1
Fork 0
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:
Andreas Schwab 2003-01-11 23:15:10 +00:00
parent eaae32461d
commit a9fb4690e7

View file

@ -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)