]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fnext_single_char_property_change): Add prototype.
authorGerd Moellmann <gerd@gnu.org>
Wed, 19 Jul 2000 15:47:31 +0000 (15:47 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 19 Jul 2000 15:47:31 +0000 (15:47 +0000)
src/lisp.h

index e4fe1ead42a328d7ea437a00726093da396cd62c..bc51a86836689ab31684b3b9dd743f5f7313f367 100644 (file)
@@ -2773,6 +2773,7 @@ extern Lisp_Object Qrear_nonsticky, Qfont;
 extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks;
 EXFUN (Fnext_property_change, 3);
 EXFUN (Fnext_single_property_change, 4);
+EXFUN (Fnext_single_char_property_change, 4);
 EXFUN (Fprevious_single_property_change, 4);
 EXFUN (Fget_text_property, 3);
 EXFUN (Fput_text_property, 5);