(list-buffers-noselect): Compare Info file

with the string "dir" to detect Info directory.
This commit is contained in:
Juri Linkov 2006-06-28 14:15:41 +00:00
parent 5fe5212721
commit 26f544d393

View file

@ -777,7 +777,7 @@ For more information, see the function `buffer-menu'."
((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*"))