aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/buff-menu.el1
1 files changed, 1 insertions, 0 deletions
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."
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))