# HG changeset patch # User Gerd Moellmann # Date 938343199 0 # Node ID c5458623cf160669235d0aba7544bd8160a23da0 # Parent 190a99688b531afda2ea2e3c8f23f031271bb0f4 (toplevel): Add prototype for next_single_char_property_change. diff -r 190a99688b53 -r c5458623cf16 src/lisp.h --- 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 *));