From 012ad4a3f8f4d21dd87f8700bb01ad98afa85a60 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Thu, 1 Apr 2004 01:23:36 +0000 Subject: [PATCH] (Buffer-menu-mode): Make the buffer-stale-function return `fast'. --- lisp/buff-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5