diff options
| -rw-r--r-- | lisp/autorevert.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index bde8eb84a64..b7f1f3691f0 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -459,8 +459,8 @@ specifies in the mode line." | |||
| 459 | (auto-revert-set-timer) | 459 | (auto-revert-set-timer) |
| 460 | (if global-auto-revert-mode | 460 | (if global-auto-revert-mode |
| 461 | (progn | 461 | (progn |
| 462 | ;; We disable file notification because it could use too many | 462 | ;; Disable file notification because it could use too many resources. |
| 463 | ;; ressources. See <http://debbugs.gnu.org/22814>. | 463 | ;; See Bug#22814. |
| 464 | (setq auto-revert-use-notify nil) | 464 | (setq auto-revert-use-notify nil) |
| 465 | (auto-revert-buffers)) | 465 | (auto-revert-buffers)) |
| 466 | (dolist (buf (buffer-list)) | 466 | (dolist (buf (buffer-list)) |