aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-15 19:26:09 +0000
committerGerd Moellmann2000-08-15 19:26:09 +0000
commit7b9a51fd22244613dee91e3089c1932253ae570f (patch)
tree7035aa4fd5452246b7198b208fff6473bc05f61e
parenta2407477eaa3e4107ae2968f2edda042105dbf94 (diff)
downloademacs-7b9a51fd22244613dee91e3089c1932253ae570f.tar.gz
emacs-7b9a51fd22244613dee91e3089c1932253ae570f.zip
(list-buffers-noselect): Don't display the
*Buffer List* buffer.
-rw-r--r--lisp/buff-menu.el1
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."
519 ((string= (substring name 0 1) " ")) 519 ((string= (substring name 0 1) " "))
520 ;; Maybe don't mention buffers without files. 520 ;; Maybe don't mention buffers without files.
521 ((and files-only (not file))) 521 ((and files-only (not file)))
522 ((string= name "*Buffer List*"))
522 ;; Otherwise output info. 523 ;; Otherwise output info.
523 (t 524 (t
524 (setq this-buffer-line-start (point)) 525 (setq this-buffer-line-start (point))