]> code.delx.au - gnu-emacs/blobdiff - lisp/autorevert.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / autorevert.el
index b8693dfb2106864b3b0d01e5154c72f3e6df60c2..bc9d58e1a00eaae597506d2756dfa4ea5e8cc021 100644 (file)
@@ -458,11 +458,7 @@ specifies in the mode line."
   :global t :group 'auto-revert :lighter global-auto-revert-mode-text
   (auto-revert-set-timer)
   (if global-auto-revert-mode
-      (progn
-        ;; Disable file notification because it could use too many resources.
-        ;; See Bug#22814.
-        (setq auto-revert-use-notify nil)
-        (auto-revert-buffers))
+      (auto-revert-buffers)
     (dolist (buf (buffer-list))
       (with-current-buffer buf
        (when auto-revert-use-notify