diff options
| author | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
| commit | 0487d68ab9992be4fa70cfd908909001f71e66af (patch) | |
| tree | 8c93da3b94717d184f88277e277de949ecb2fb9c /lisp/ebuff-menu.el | |
| parent | 798dceb467d4ead092979822f24090c8378f8320 (diff) | |
| download | emacs-scratch/error-API.tar.gz emacs-scratch/error-API.zip | |
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 |