diff options
| author | Gerd Moellmann | 1999-09-26 10:53:19 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-26 10:53:19 +0000 |
| commit | 50075fa036e466a4d9bb3845eb62b2e4899c0d01 (patch) | |
| tree | ffe4e58514ece650aba417518bd05c0588d54f18 /src | |
| parent | 4f7ca1f18a0713dd3e2ebd4aed693c02d33dd16a (diff) | |
| download | emacs-50075fa036e466a4d9bb3845eb62b2e4899c0d01.tar.gz emacs-50075fa036e466a4d9bb3845eb62b2e4899c0d01.zip | |
(toplevel): Add prototype for
next_single_char_property_change.
Diffstat (limited to 'src')
| -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 *)); |