From: Richard M. Stallman Date: Tue, 13 Jul 1993 21:07:02 +0000 (+0000) Subject: (Qinsert_in_front_hooks, Qinsert_behind_hooks): Declared. X-Git-Tag: emacs-19.34~11772 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c2d8811cc666c444195af459c2fe7f96d16093e7;p=emacs.git (Qinsert_in_front_hooks, Qinsert_behind_hooks): Declared. This replaces part of previous change. --- diff --git a/src/lisp.h b/src/lisp.h index 4949056e138..c34dc54d7bc 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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. */