diff options
| author | Gerd Moellmann | 1999-11-11 11:45:06 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-11-11 11:45:06 +0000 |
| commit | 339ee9797d7d80d6b934e6a335c57d39303bbdcc (patch) | |
| tree | 4ff4b35d61aa3f78d65f7de698c2a54a4cdb4508 /src/undo.c | |
| parent | 35a5514b96c8ae655e2a6995c2f0ff2a07de65ab (diff) | |
| download | emacs-339ee9797d7d80d6b934e6a335c57d39303bbdcc.tar.gz emacs-339ee9797d7d80d6b934e6a335c57d39303bbdcc.zip | |
Remove USE_TEXT_PROPERTIES.
Diffstat (limited to 'src/undo.c')
| -rw-r--r-- | src/undo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/undo.c b/src/undo.c index 51eaa5a2d8d..96e3eeb687c 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -448,7 +448,6 @@ Return what remains of the list.") | |||
| 448 | #endif /* CLASH_DETECTION */ | 448 | #endif /* CLASH_DETECTION */ |
| 449 | Fset_buffer_modified_p (Qnil); | 449 | Fset_buffer_modified_p (Qnil); |
| 450 | } | 450 | } |
| 451 | #ifdef USE_TEXT_PROPERTIES | ||
| 452 | else if (EQ (car, Qnil)) | 451 | else if (EQ (car, Qnil)) |
| 453 | { | 452 | { |
| 454 | /* Element (nil prop val beg . end) is property change. */ | 453 | /* Element (nil prop val beg . end) is property change. */ |
| @@ -463,7 +462,6 @@ Return what remains of the list.") | |||
| 463 | 462 | ||
| 464 | Fput_text_property (beg, end, prop, val, Qnil); | 463 | Fput_text_property (beg, end, prop, val, Qnil); |
| 465 | } | 464 | } |
| 466 | #endif /* USE_TEXT_PROPERTIES */ | ||
| 467 | else if (INTEGERP (car) && INTEGERP (cdr)) | 465 | else if (INTEGERP (car) && INTEGERP (cdr)) |
| 468 | { | 466 | { |
| 469 | /* Element (BEG . END) means range was inserted. */ | 467 | /* Element (BEG . END) means range was inserted. */ |