(Qinsert_in_front_hooks, Qinsert_behind_hooks): Declared.
authorRichard M. Stallman <rms@gnu.org>
Tue, 13 Jul 1993 21:07:02 +0000 (21:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 13 Jul 1993 21:07:02 +0000 (21:07 +0000)
This replaces part of previous change.

src/lisp.h

index 4949056..c34dc54 100644 (file)
@@ -1289,8 +1289,8 @@ 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;
+extern Lisp_Object Qmodification_hooks;
+extern Lisp_Object Qinsert_in_front_hooks, Qinsert_behind_hooks;
 
 /* Nonzero means Emacs has already been initialized.
    Used during startup to detect startup of dumped Emacs.  */