]> git.eshelyaron.com Git - emacs.git/commit
Fix calls to buffer modification hooks from replace-buffer-contents
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Jul 2018 18:05:52 +0000 (21:05 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Jul 2018 18:05:52 +0000 (21:05 +0300)
commit671dc5a51edfb9aaea943e144997e7c1297f56fb
treea864118e278e1e80b7852fe95926abc688da3c09
parentcc4ceed18d51047b390288d2d0a584e678423517
Fix calls to buffer modification hooks from replace-buffer-contents

* src/editfns.c (Freplace_buffer_contents): Don't call buffer
modification hooks if nothing was deleted/inserted.  (Bug#32237)
src/editfns.c