mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(Buffer-menu-select): Fix for effect of header line.
This commit is contained in:
parent
eaae32461d
commit
a9fb4690e7
1 changed files with 3 additions and 1 deletions
|
|
@ -373,7 +373,9 @@ in the selected frame."
|
|||
(others ())
|
||||
tem)
|
||||
(goto-char (point-min))
|
||||
(while (search-forward "\n>" nil t)
|
||||
(unless Buffer-menu-use-header-line
|
||||
(forward-line 1))
|
||||
(while (re-search-forward "^>" nil t)
|
||||
(setq tem (Buffer-menu-buffer t))
|
||||
(let ((buffer-read-only nil))
|
||||
(delete-char -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue