diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 85d58dbd7fe..c0659ed26ff 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -6262,6 +6262,7 @@ with_echo_area_buffer (w, which, fn, a1, a2, a3, a4) | |||
| 6262 | current_buffer->undo_list = Qt; | 6262 | current_buffer->undo_list = Qt; |
| 6263 | current_buffer->read_only = Qnil; | 6263 | current_buffer->read_only = Qnil; |
| 6264 | specbind (Qinhibit_read_only, Qt); | 6264 | specbind (Qinhibit_read_only, Qt); |
| 6265 | specbind (Qinhibit_modification_hooks, Qt); | ||
| 6265 | 6266 | ||
| 6266 | if (clear_buffer_p && Z > BEG) | 6267 | if (clear_buffer_p && Z > BEG) |
| 6267 | del_range (BEG, Z); | 6268 | del_range (BEG, Z); |