1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-11 16:08:13 +00:00

(Buffer-menu-mode): Make the buffer-stale-function return `fast'.

This commit is contained in:
Luc Teirlinck 2004-04-01 01:23:36 +00:00
parent 8b0b693286
commit 012ad4a3f8

View 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))