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:
parent
8b0b693286
commit
012ad4a3f8
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user