From 7b9a51fd22244613dee91e3089c1932253ae570f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 15 Aug 2000 19:26:09 +0000 Subject: [PATCH] (list-buffers-noselect): Don't display the *Buffer List* buffer. --- lisp/buff-menu.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.2