aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-11-23 09:57:33 +0000
committerRichard M. Stallman1993-11-23 09:57:33 +0000
commit5525395793c3273b58bd5352d4dd983cfa522c52 (patch)
treef3bb1905c88ed5ce67187194543a992ceb3a21fe /src
parentcd23c8dbd2e2f406ea58ac949fec3690ae6c6d8f (diff)
downloademacs-5525395793c3273b58bd5352d4dd983cfa522c52.tar.gz
emacs-5525395793c3273b58bd5352d4dd983cfa522c52.zip
Declare Fnext_single_property_change and Fnext_property_change.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index ce193defa8e..a90b7b7820a 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1306,6 +1306,8 @@ extern Lisp_Object truncate_undo_list ();
1306/* defined in textprop.c */ 1306/* defined in textprop.c */
1307extern Lisp_Object Qmodification_hooks; 1307extern Lisp_Object Qmodification_hooks;
1308extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks; 1308extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks;
1309extern Lisp_Object Fnext_property_change ();
1310extern Lisp_Object Fnext_single_property_change ();
1309 1311
1310/* Nonzero means Emacs has already been initialized. 1312/* Nonzero means Emacs has already been initialized.
1311 Used during startup to detect startup of dumped Emacs. */ 1313 Used during startup to detect startup of dumped Emacs. */