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. */ | |||
| 46 | #include "puresize.h" | 46 | #include "puresize.h" |
| 47 | #include "keyboard.h" | 47 | #include "keyboard.h" |
| 48 | 48 | ||
| 49 | /* The rest of the file is within this conditional. */ | ||
| 50 | #ifdef USE_TEXT_PROPERTIES | ||
| 51 | |||
| 52 | /* Test for membership, allowing for t (actually any non-cons) to mean the | 49 | /* Test for membership, allowing for t (actually any non-cons) to mean the |
| 53 | universal set. */ | 50 | universal set. */ |
| 54 | 51 | ||
| @@ -2238,5 +2235,3 @@ set_intervals_multibyte (multi_flag) | |||
| 2238 | set_intervals_multibyte_1 (BUF_INTERVALS (current_buffer), multi_flag, | 2235 | set_intervals_multibyte_1 (BUF_INTERVALS (current_buffer), multi_flag, |
| 2239 | BEG, BEG_BYTE, Z, Z_BYTE); | 2236 | BEG, BEG_BYTE, Z, Z_BYTE); |
| 2240 | } | 2237 | } |
| 2241 | |||
| 2242 | #endif /* USE_TEXT_PROPERTIES */ | ||