]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-buffers-noselect): Don't display the
authorGerd Moellmann <gerd@gnu.org>
Tue, 15 Aug 2000 19:26:09 +0000 (19:26 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 15 Aug 2000 19:26:09 +0000 (19:26 +0000)
*Buffer List* buffer.

lisp/buff-menu.el

index 18b46dc8ece91ffc9674a95c7db90d1253705678..cd7c8debcbd293f734c012d49c12b74d2dd172e1 100644 (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))