]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/autorevert.el (auto-revert-notify-handler): Fix bracketing.
authorMattias Engdegård <mattiase@acm.org>
Fri, 3 Jan 2020 23:01:42 +0000 (00:01 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sat, 4 Jan 2020 10:45:47 +0000 (11:45 +0100)
lisp/autorevert.el

index 7503fcc0264a4570b2908b0c7b1728e7cc276b69..3151b6e590d3ed82e5f900d813df2031b3134e9d 100644 (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)