aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 2cfec1239bb..6e783373bd0 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -736,6 +736,9 @@ extern Lisp_Object Qbefore_change_functions;
736extern Lisp_Object Qafter_change_functions; 736extern Lisp_Object Qafter_change_functions;
737extern Lisp_Object Qfirst_change_hook; 737extern Lisp_Object Qfirst_change_hook;
738 738
739/* If nonzero, all modification hooks are suppressed. */
740extern int inhibit_modification_hooks;
741
739extern Lisp_Object Vdeactivate_mark; 742extern Lisp_Object Vdeactivate_mark;
740extern Lisp_Object Vtransient_mark_mode; 743extern Lisp_Object Vtransient_mark_mode;
741 744