]> git.eshelyaron.com Git - emacs.git/commitdiff
Declare Fnext_single_property_change and Fnext_property_change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Nov 1993 09:57:33 +0000 (09:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Nov 1993 09:57:33 +0000 (09:57 +0000)
src/lisp.h

index ce193defa8eaa5a5d3fb29bd65b69fd50a503877..a90b7b7820a98d80f34544e2e41fb0b270f61727 100644 (file)
@@ -1306,6 +1306,8 @@ extern Lisp_Object truncate_undo_list ();
 /* defined in textprop.c */
 extern Lisp_Object Qmodification_hooks;
 extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks;
+extern Lisp_Object Fnext_property_change ();
+extern Lisp_Object Fnext_single_property_change ();
 
 /* Nonzero means Emacs has already been initialized.
    Used during startup to detect startup of dumped Emacs.  */