Mercurial > emacs
changeset 4067:379b03502e48
(Qinsert_before_hooks, Qinsert_after_hooks): Declared.
(Qmodification_hooks): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 13 Jul 1993 02:20:40 +0000 |
parents | bb9478383bde |
children | 5126824061ef |
files | src/lisp.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Tue Jul 13 02:19:50 1993 +0000 +++ b/src/lisp.h Tue Jul 13 02:20:40 1993 +0000 @@ -1288,6 +1288,10 @@ 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;