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:
parent
a2407477ea
commit
7b9a51fd22
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue