diff options
| -rw-r--r-- | src/lisp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 9cb106d8b17..d40a1298307 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2594,6 +2594,10 @@ EXFUN (Fprevious_char_property_change, 2); | |||
| 2594 | EXFUN (Fnext_char_property_change, 2); | 2594 | EXFUN (Fnext_char_property_change, 2); |
| 2595 | extern void report_interval_modification P_ ((Lisp_Object, Lisp_Object)); | 2595 | extern void report_interval_modification P_ ((Lisp_Object, Lisp_Object)); |
| 2596 | extern void syms_of_textprop P_ ((void)); | 2596 | extern void syms_of_textprop P_ ((void)); |
| 2597 | extern Lisp_Object next_single_char_property_change P_ ((Lisp_Object, | ||
| 2598 | Lisp_Object, | ||
| 2599 | Lisp_Object, | ||
| 2600 | Lisp_Object)); | ||
| 2597 | 2601 | ||
| 2598 | /* defined in intervals.c */ | 2602 | /* defined in intervals.c */ |
| 2599 | extern Lisp_Object get_local_map P_ ((int, struct buffer *)); | 2603 | extern Lisp_Object get_local_map P_ ((int, struct buffer *)); |