diff options
author | Noam Postavsky <npostavs@gmail.com> | 2018-09-15 09:44:30 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2018-09-15 09:44:30 -0400 |
commit | ffbe561ee5acb0b9edc5f4c995c287fb2485c315 (patch) | |
tree | 9833822d627c9d7695b69fdc6d7eab514b22096d /test/lisp/emacs-lisp | |
parent | f1ddaf7b65bb8edac41813b48f96a84c7fc2e263 (diff) | |
download | emacs-ffbe561ee5acb0b9edc5f4c995c287fb2485c315.tar.gz emacs-ffbe561ee5acb0b9edc5f4c995c287fb2485c315.tar.bz2 emacs-ffbe561ee5acb0b9edc5f4c995c287fb2485c315.zip |
Don't call modification hooks unprepared
Inhibit modification hooks when performing message coalescing because
in that case, we aren't doing the necessary preparation for running
modification hooks (i.e., we pass PREPARE=false for the insert_1_both
and del_range_both calls). See also Bug#30823 and Bug#21824.
* src/xdisp.c (message_dolog): Let-bind inhibit-modification-hooks
to t around del_range_both calls.
Diffstat (limited to 'test/lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions