* lisp/autorevert.el (auto-revert-notify-handler): Fix bracketing.

This commit is contained in:
Mattias Engdegård 2020-01-04 00:01:42 +01:00
parent 076dd1f69a
commit 6cbdd048bd

View file

@ -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)