Mercurial > emacs
changeset 30824:44991e974f6d
(list-buffers-noselect): Don't display the
*Buffer List* buffer.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 15 Aug 2000 19:26:09 +0000 |
parents | 8ee3740aaf60 |
children | d725233e5dbc |
files | lisp/buff-menu.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/buff-menu.el Tue Aug 15 19:24:42 2000 +0000 +++ b/lisp/buff-menu.el Tue Aug 15 19:26:09 2000 +0000 @@ -519,6 +519,7 @@ ((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))