mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-06 12:19:37 +00:00
* lisp/autorevert.el (auto-revert-notify-handler): Fix bracketing.
This commit is contained in:
parent
076dd1f69a
commit
6cbdd048bd
1 changed files with 2 additions and 2 deletions
|
@ -733,8 +733,8 @@ system.")
|
||||||
(null buffer-file-name))
|
(null buffer-file-name))
|
||||||
(auto-revert-notify-rm-watch)
|
(auto-revert-notify-rm-watch)
|
||||||
;; Restart the timer if it wasn't running.
|
;; Restart the timer if it wasn't running.
|
||||||
(unless auto-revert-timer)
|
(unless auto-revert-timer
|
||||||
(auto-revert-set-timer))))
|
(auto-revert-set-timer)))))
|
||||||
|
|
||||||
;; Loop over all buffers, in order to find the intended one.
|
;; Loop over all buffers, in order to find the intended one.
|
||||||
(cl-dolist (buffer buffers)
|
(cl-dolist (buffer buffers)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue