]> git.eshelyaron.com Git - emacs.git/commit
Don't skip or double-process files in dired with auto-revert-mode (bug#75626)
authorTassilo Horn <tsdh@gnu.org>
Mon, 20 Jan 2025 15:21:24 +0000 (16:21 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 Jan 2025 10:20:42 +0000 (11:20 +0100)
commitfdad522ff521270cff76b01576713efa7401ca23
treec6da5b992973d9c0000cc35d9df57d57e112773d
parenta751245d03319eb10112199abb577899da3a80f0
Don't skip or double-process files in dired with auto-revert-mode (bug#75626)

* lisp/dired.el (dired--inhibit-auto-revert): New variable.
(dired-map-over-marks): Make the generated code bind it.
(dired-buffer-stale-p): Return nil if dired--inhibit-auto-revert is
non-nil.

(cherry picked from commit 40d5ff01e51ed6319933e18df0fbe9ef55d9bece)
lisp/dired.el