]> git.eshelyaron.com Git - emacs.git/commit
Fix killing indirect buffers under auto-revert-mode
authorEli Zaretskii <eliz@gnu.org>
Sat, 8 Jun 2024 17:43:55 +0000 (20:43 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Jun 2024 05:30:57 +0000 (07:30 +0200)
commite4d50c9f437630039ee220baabe358a515d6da49
treec1244565d9dd7d8a633f65abec88d3d0ee82a9c8
parent87d1c10b24cc79c6f8c5da0ffac0157183b2a8e1
Fix killing indirect buffers under auto-revert-mode

* lisp/autorevert.el (auto-revert-mode): Don't add indirect
buffers to 'auto-revert-buffer-list'.
(auto-revert-notify-rm-watch): Don't disable file notifications
when killing an indirect buffer.  (Bug#71424)

(cherry picked from commit 772fb960a948b6951f24442b372ce6833887669b)
lisp/autorevert.el