aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/buff-menu.el
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2006-06-28 14:15:41 +0000
committerJuri Linkov <[email protected]>2006-06-28 14:15:41 +0000
commit26f544d3937482fc584dab8b7bb4fb98b0b1a443 (patch)
tree32ee7698db4e51e395121bdec4fd8e3be33d6bdf /lisp/buff-menu.el
parent5fe52127211d9c1615fefcdb7cbb6fbfa6459748 (diff)
(list-buffers-noselect): Compare Info file
with the string "dir" to detect Info directory.
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r--lisp/buff-menu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 4998c1edf0..e9e7e9a2bb 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -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*"))