diff options
-rw-r--r-- | lisp/buff-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index a1b0f4093c7..da1c8ed586e 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -185,7 +185,7 @@ Letters do not insert themselves; instead, they are commands. (set (make-local-variable 'revert-buffer-function) 'Buffer-menu-revert-function) (set (make-local-variable 'buffer-stale-function) - #'(lambda (&optional noconfirm) t)) + #'(lambda (&optional noconfirm) 'fast)) (setq truncate-lines t) (setq buffer-read-only t) (run-hooks 'buffer-menu-mode-hook)) |