Mercurial > emacs
changeset 39245:76c1a0ab4517
(Qinhibit_modification_hooks): Declare.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 11 Sep 2001 12:32:17 +0000 |
parents | 796039437953 |
children | 01728833d541 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Tue Sep 11 12:31:56 2001 +0000 +++ b/src/lisp.h Tue Sep 11 12:32:17 2001 +0000 @@ -2095,6 +2095,7 @@ 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));