Mercurial > emacs
changeset 4079:c1b16f1167d4
(Qinsert_in_front_hooks, Qinsert_behind_hooks): Declared.
This replaces part of previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 13 Jul 1993 21:07:02 +0000 |
parents | 7d7b899db77d |
children | 8200d631e3f3 |
files | src/lisp.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Tue Jul 13 21:06:19 1993 +0000 +++ b/src/lisp.h Tue Jul 13 21:07:02 1993 +0000 @@ -1289,8 +1289,8 @@ 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. */