]> git.eshelyaron.com Git - emacs.git/commit
Fix calls to modifications hooks in replace-buffer-contents
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Jul 2018 10:04:19 +0000 (13:04 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 27 Jul 2018 10:04:19 +0000 (13:04 +0300)
commitd24c5f26bf6c12bda614f90ba3345d710482005a
tree61d011d84444fad2ab124cc8a05069cb566af70f
parent71a915153a5b4818f0a3cdebb7a1afb4fe6de374
Fix calls to modifications hooks in replace-buffer-contents

* src/editfns.c (Freplace_buffer_contents): Call the modification
hooks on the entire region where replacements could have taken
place.  The previous attempts of being more accurate just
introduced bugs.  (Bug#32278)
src/editfns.c