comparison lisp/buff-menu.el @ 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 e3f8778af2f7
children 26dae0a7f527
comparison
equal deleted inserted replaced
30823:8ee3740aaf60 30824:44991e974f6d
517 (cond 517 (cond
518 ;; Don't mention internal buffers. 518 ;; Don't mention internal buffers.
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))
525 ;; Identify current buffer. 526 ;; Identify current buffer.
526 (if (eq buffer old-buffer) 527 (if (eq buffer old-buffer)