aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-23 09:57:33 +0000
committerRichard M. Stallman <[email protected]>1993-11-23 09:57:33 +0000
commit5525395793c3273b58bd5352d4dd983cfa522c52 (patch)
treef3bb1905c88ed5ce67187194543a992ceb3a21fe
parentcd23c8dbd2e2f406ea58ac949fec3690ae6c6d8f (diff)
Declare Fnext_single_property_change and Fnext_property_change.
-rw-r--r--src/lisp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index ce193defa8..a90b7b7820 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -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. */