* 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))
|
||||
(auto-revert-notify-rm-watch)
|
||||
;; Restart the timer if it wasn't running.
|
||||
(unless auto-revert-timer)
|
||||
(auto-revert-set-timer))))
|
||||
(unless auto-revert-timer
|
||||
(auto-revert-set-timer)))))
|
||||
|
||||
;; Loop over all buffers, in order to find the intended one.
|
||||
(cl-dolist (buffer buffers)
|
||||
|
|
Loading…
Add table
Reference in a new issue