Mercurial > emacs
changeset 39250:5921e30bf534
(read_minibuf_unwind): Bind inhibit-modification-hooks.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 11 Sep 2001 16:10:41 +0000 |
parents | 6c123a053838 |
children | 2b9c2a181f79 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Tue Sep 11 13:09:15 2001 +0000 +++ b/src/minibuf.c Tue Sep 11 16:10:41 2001 +0000 @@ -742,6 +742,7 @@ int count = specpdl_ptr - specpdl; /* Prevent error in erase-buffer. */ specbind (Qinhibit_read_only, Qt); + specbind (Qinhibit_modification_hooks, Qt); old_deactivate_mark = Vdeactivate_mark; Ferase_buffer (); Vdeactivate_mark = old_deactivate_mark;