changeset 39246:01728833d541

(with_echo_area_buffer): Bind inhibit-modification-hooks to t in addition to read-only.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 11 Sep 2001 12:32:50 +0000
parents 76c1a0ab4517
children 989367eb5ce1
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Tue Sep 11 12:32:17 2001 +0000
+++ b/src/xdisp.c	Tue Sep 11 12:32:50 2001 +0000
@@ -6262,6 +6262,7 @@
   current_buffer->undo_list = Qt;
   current_buffer->read_only = Qnil;
   specbind (Qinhibit_read_only, Qt);
+  specbind (Qinhibit_modification_hooks, Qt);
 
   if (clear_buffer_p && Z > BEG)
     del_range (BEG, Z);