Mercurial > emacs
changeset 23398:a80f6d8c1dc6
(inhibit_modification_hooks): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 08 Oct 1998 06:45:36 +0000 |
parents | 2fe04027242e |
children | e80c5f687340 |
files | src/buffer.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.h Thu Oct 08 06:45:36 1998 +0000 +++ b/src/buffer.h Thu Oct 08 06:45:36 1998 +0000 @@ -736,6 +736,9 @@ extern Lisp_Object Qafter_change_functions; extern Lisp_Object Qfirst_change_hook; +/* If nonzero, all modification hooks are suppressed. */ +extern int inhibit_modification_hooks; + extern Lisp_Object Vdeactivate_mark; extern Lisp_Object Vtransient_mark_mode;