From: Gerd Moellmann Date: Wed, 19 Jul 2000 15:47:31 +0000 (+0000) Subject: (Fnext_single_char_property_change): Add prototype. X-Git-Tag: emacs-pretest-21.0.90~2732 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5433ffa54fd85c592235bbd48993a995df2b1fb8;p=emacs.git (Fnext_single_char_property_change): Add prototype. --- diff --git a/src/lisp.h b/src/lisp.h index e4fe1ead42a..bc51a868366 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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);