]> git.eshelyaron.com Git - emacs.git/commit
Fix calls to insert-*-hooks when JIT font lock is active
authorEli Zaretskii <eliz@gnu.org>
Thu, 19 Sep 2019 14:10:00 +0000 (17:10 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 19 Sep 2019 14:10:00 +0000 (17:10 +0300)
commit2b80340bf3585f976d88da94ee9d40eb03230c6b
tree84ec6b3c9f4751ce5ee76366582577dbc9b38646
parent7156b0efc714eaaab5bcf42138752f698e57b5ad
Fix calls to insert-*-hooks when JIT font lock is active

* src/insdel.c (signal_after_change): Save and restore
interval_insert_behind_hooks and
interval_insert_in_front_hooks across calls to various other
hooks, to prevent their clobbering by those other hooks.
(Bug#37455)
src/buffer.h
src/insdel.c
src/textprop.c