From 8537f1cb3a43db01d230c71be6a5ee482810919d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 13 Jul 1993 02:20:40 +0000 Subject: [PATCH] (Qinsert_before_hooks, Qinsert_after_hooks): Declared. (Qmodification_hooks): Declared. --- src/lisp.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5