Mercurial > emacs
changeset 54670:e30c06266ba0
(Buffer-menu-mode): Make the buffer-stale-function return `fast'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 01 Apr 2004 01:23:36 +0000 |
parents | 5d0eda307bf3 |
children | 237f008115f7 |
files | lisp/buff-menu.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/buff-menu.el Thu Apr 01 01:20:20 2004 +0000 +++ b/lisp/buff-menu.el Thu Apr 01 01:23:36 2004 +0000 @@ -185,7 +185,7 @@ (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))