diff options
Diffstat (limited to 'src/intervals.c')
-rw-r--r-- | src/intervals.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/intervals.c b/src/intervals.c index ef4f54be834..2699c71ee07 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -46,9 +46,6 @@ Boston, MA 02111-1307, USA. */ #include "puresize.h" #include "keyboard.h" -/* The rest of the file is within this conditional. */ -#ifdef USE_TEXT_PROPERTIES - /* Test for membership, allowing for t (actually any non-cons) to mean the universal set. */ @@ -2238,5 +2235,3 @@ set_intervals_multibyte (multi_flag) set_intervals_multibyte_1 (BUF_INTERVALS (current_buffer), multi_flag, BEG, BEG_BYTE, Z, Z_BYTE); } - -#endif /* USE_TEXT_PROPERTIES */ |