]> git.eshelyaron.com Git - emacs.git/commitdiff
(with_echo_area_buffer): Bind inhibit-modification-hooks
authorGerd Moellmann <gerd@gnu.org>
Tue, 11 Sep 2001 12:32:50 +0000 (12:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 11 Sep 2001 12:32:50 +0000 (12:32 +0000)
to t in addition to read-only.

src/xdisp.c

index 85d58dbd7fe74715d5168b06ee9ce21fe15d84f1..c0659ed26ff835d784a3ae1aa73fd1f97015d25e 100644 (file)
@@ -6262,6 +6262,7 @@ with_echo_area_buffer (w, which, fn, a1, a2, a3, a4)
   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);