diff options
| author | Gerd Moellmann <gerd@gnu.org> | 1999-11-07 15:53:30 +0000 |
|---|---|---|
| committer | Gerd Moellmann <gerd@gnu.org> | 1999-11-07 15:53:30 +0000 |
| commit | 01e9b9dfb9476cb4e054f3a0b07b819ddd2c0235 (patch) | |
| tree | 574d65eb3f75e09d9048e1705876f2698e85472e /src/buffer.c | |
| parent | 4015b3c0ca013a8dd424f4108c963cf3e90a9d14 (diff) | |
| download | emacs-01e9b9dfb9476cb4e054f3a0b07b819ddd2c0235.tar.gz | |
Remove conditional compilation on USE_TEXT_PROPERTIES.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/buffer.c b/src/buffer.c index 533103cb162..9233105a6e1 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1185,10 +1185,7 @@ with SIGHUP.") m->chain = Qnil; } BUF_MARKERS (b) = Qnil; - -#ifdef USE_TEXT_PROPERTIES BUF_INTERVALS (b) = NULL_INTERVAL; -#endif /* Perhaps we should explicitly free the interval tree here... */ } @@ -3826,10 +3823,8 @@ init_buffer_once () /* Prevent GC from getting confused. */ buffer_defaults.text = &buffer_defaults.own_text; buffer_local_symbols.text = &buffer_local_symbols.own_text; -#ifdef USE_TEXT_PROPERTIES BUF_INTERVALS (&buffer_defaults) = 0; BUF_INTERVALS (&buffer_local_symbols) = 0; -#endif XSETBUFFER (Vbuffer_defaults, &buffer_defaults); XSETBUFFER (Vbuffer_local_symbols, &buffer_local_symbols); |
