From: Gerd Moellmann Date: Tue, 15 Aug 2000 19:26:09 +0000 (+0000) Subject: (list-buffers-noselect): Don't display the X-Git-Tag: emacs-pretest-21.0.90~2289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b9a51fd22244613dee91e3089c1932253ae570f;p=emacs.git (list-buffers-noselect): Don't display the *Buffer List* buffer. --- 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))