diff options
Diffstat (limited to 'lisp/ebuff-menu.el')
| -rw-r--r-- | lisp/ebuff-menu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ebuff-menu.el b/lisp/ebuff-menu.el index 492d8180848..bfdea278790 100644 --- a/lisp/ebuff-menu.el +++ b/lisp/ebuff-menu.el | |||
| @@ -176,7 +176,7 @@ Run hooks in `electric-buffer-menu-mode-hook' on entry. | |||
| 176 | (not (memq (car condition) '(buffer-read-only | 176 | (not (memq (car condition) '(buffer-read-only |
| 177 | end-of-buffer | 177 | end-of-buffer |
| 178 | beginning-of-buffer)))) | 178 | beginning-of-buffer)))) |
| 179 | (signal (car condition) (cdr condition))) | 179 | (signal condition)) |
| 180 | ((< (point) (car state)) | 180 | ((< (point) (car state)) |
| 181 | (goto-char (point-min)) | 181 | (goto-char (point-min)) |
| 182 | (unless Buffer-menu-use-header-line | 182 | (unless Buffer-menu-use-header-line |