From: Luc Teirlinck Date: Thu, 1 Apr 2004 01:23:36 +0000 (+0000) Subject: (Buffer-menu-mode): Make the buffer-stale-function return `fast'. X-Git-Tag: ttn-vms-21-2-B4~7007 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=012ad4a3f8f4d21dd87f8700bb01ad98afa85a60;p=emacs.git (Buffer-menu-mode): Make the buffer-stale-function return `fast'. --- 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))