]> git.eshelyaron.com Git - emacs.git/commitdiff
(Buffer-menu-mode): Make the buffer-stale-function return `fast'.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 1 Apr 2004 01:23:36 +0000 (01:23 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 1 Apr 2004 01:23:36 +0000 (01:23 +0000)
lisp/buff-menu.el

index a1b0f4093c7b3cb1c7d56ef2d6d55123e1a7504a..da1c8ed586ee4dd2b3bd16855bc2e266bcd974d4 100644 (file)
@@ -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))