1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(list-buffers-noselect): Don't display the

*Buffer List* buffer.
This commit is contained in:
Gerd Moellmann 2000-08-15 19:26:09 +00:00
parent a2407477ea
commit 7b9a51fd22

View file

@ -519,6 +519,7 @@ The R column contains a % for buffers that are read-only."
((string= (substring name 0 1) " "))
;; Maybe don't mention buffers without files.
((and files-only (not file)))
((string= name "*Buffer List*"))
;; Otherwise output info.
(t
(setq this-buffer-line-start (point))