summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-07-13 02:20:40 +0000
committerRichard M. Stallman <rms@gnu.org>1993-07-13 02:20:40 +0000
commit475ffbc3f67c8bdd165075ba7b41b53eae5c9173 (patch)
treecba4bcd1244858439dc7d40ba5c5e35708fb8d33
parentbbbe1b01cf70e06d38077a3df75ea499c2073aa6 (diff)
downloademacs-475ffbc3f67c8bdd165075ba7b41b53eae5c9173.tar.gz
(Qinsert_before_hooks, Qinsert_after_hooks): Declared.
(Qmodification_hooks): Declared.
-rw-r--r--src/lisp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 14f529185ee..4949056e138 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1288,6 +1288,10 @@ extern Lisp_Object Fexecute_kbd_macro ();
extern Lisp_Object Fundo_boundary ();
extern Lisp_Object truncate_undo_list ();
+/* defined in textprop.c */
+extern Lisp_Object Qmodification_hooks, Qinsert_before_hooks;
+extern Lisp_Object Qinsert_after_hooks;
+
/* Nonzero means Emacs has already been initialized.
Used during startup to detect startup of dumped Emacs. */
extern int initialized;