diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-08-15 19:26:09 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-08-15 19:26:09 +0000 |
commit | 7b9a51fd22244613dee91e3089c1932253ae570f (patch) | |
tree | 7035aa4fd5452246b7198b208fff6473bc05f61e | |
parent | a2407477eaa3e4107ae2968f2edda042105dbf94 (diff) | |
download | emacs-7b9a51fd22244613dee91e3089c1932253ae570f.tar.gz |
(list-buffers-noselect): Don't display the
*Buffer List* buffer.
-rw-r--r-- | lisp/buff-menu.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 18b46dc8ece..cd7c8debcbd 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -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)) |