From: Gerd Moellmann Date: Tue, 11 Sep 2001 12:32:17 +0000 (+0000) Subject: (Qinhibit_modification_hooks): Declare. X-Git-Tag: emacs-pretest-21.0.106~149 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8b319675a9c8a8797f9107335beec59d28756bc;p=emacs.git (Qinhibit_modification_hooks): Declare. --- diff --git a/src/lisp.h b/src/lisp.h index 6e043199f8f..4ff48462d33 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2095,6 +2095,7 @@ extern void init_floatfns P_ ((void)); extern void syms_of_floatfns P_ ((void)); /* Defined in insdel.c */ +extern Lisp_Object Qinhibit_modification_hooks; extern void move_gap P_ ((int)); extern void move_gap_both P_ ((int, int)); extern void make_gap P_ ((int));