From: Gerd Moellmann Date: Sun, 26 Sep 1999 10:53:19 +0000 (+0000) Subject: (toplevel): Add prototype for X-Git-Tag: emacs-pretest-21.0.90~6624 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50075fa036e466a4d9bb3845eb62b2e4899c0d01;p=emacs.git (toplevel): Add prototype for next_single_char_property_change. --- 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); 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 *));