# HG changeset patch # User Juri Linkov # Date 1151504141 0 # Node ID a04fe4434fba5cedb90630519ee441c71b8cf4e1 # Parent 55031f6edc3e41e55da8b32cabc056ac752e6752 (list-buffers-noselect): Compare Info file with the string "dir" to detect Info directory. diff -r 55031f6edc3e -r a04fe4434fba lisp/buff-menu.el --- a/lisp/buff-menu.el Wed Jun 28 13:59:09 2006 +0000 +++ b/lisp/buff-menu.el Wed Jun 28 14:15:41 2006 +0000 @@ -777,7 +777,7 @@ ((eq major-mode 'Info-mode) (setq file Info-current-file) (cond - ((eq file t) + ((equal file "dir") (setq file "*Info Directory*")) ((eq file 'apropos) (setq file "*Info Apropos*"))