Mercurial > emacs
changeset 25818:c5458623cf16
(toplevel): Add prototype for
next_single_char_property_change.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 26 Sep 1999 10:53:19 +0000 |
parents | 190a99688b53 |
children | c2163b0bac24 |
files | src/lisp.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sat Sep 25 19:57:52 1999 +0000 +++ b/src/lisp.h Sun Sep 26 10:53:19 1999 +0000 @@ -2594,6 +2594,10 @@ EXFUN (Fnext_char_property_change, 2); extern void report_interval_modification P_ ((Lisp_Object, Lisp_Object)); extern void syms_of_textprop P_ ((void)); +extern Lisp_Object next_single_char_property_change P_ ((Lisp_Object, + Lisp_Object, + Lisp_Object, + Lisp_Object)); /* defined in intervals.c */ extern Lisp_Object get_local_map P_ ((int, struct buffer *));