diff options
| -rw-r--r-- | lisp/buff-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 185 | (set (make-local-variable 'revert-buffer-function) | 185 | (set (make-local-variable 'revert-buffer-function) |
| 186 | 'Buffer-menu-revert-function) | 186 | 'Buffer-menu-revert-function) |
| 187 | (set (make-local-variable 'buffer-stale-function) | 187 | (set (make-local-variable 'buffer-stale-function) |
| 188 | #'(lambda (&optional noconfirm) t)) | 188 | #'(lambda (&optional noconfirm) 'fast)) |
| 189 | (setq truncate-lines t) | 189 | (setq truncate-lines t) |
| 190 | (setq buffer-read-only t) | 190 | (setq buffer-read-only t) |
| 191 | (run-hooks 'buffer-menu-mode-hook)) | 191 | (run-hooks 'buffer-menu-mode-hook)) |