aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/autorevert.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 7503fcc0264..3151b6e590d 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -733,8 +733,8 @@ system.")
733 (null buffer-file-name)) 733 (null buffer-file-name))
734 (auto-revert-notify-rm-watch) 734 (auto-revert-notify-rm-watch)
735 ;; Restart the timer if it wasn't running. 735 ;; Restart the timer if it wasn't running.
736 (unless auto-revert-timer) 736 (unless auto-revert-timer
737 (auto-revert-set-timer)))) 737 (auto-revert-set-timer)))))
738 738
739 ;; Loop over all buffers, in order to find the intended one. 739 ;; Loop over all buffers, in order to find the intended one.
740 (cl-dolist (buffer buffers) 740 (cl-dolist (buffer buffers)