diff options
author | Juri Linkov <juri@jurta.org> | 2006-06-28 14:15:41 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2006-06-28 14:15:41 +0000 |
commit | 26f544d3937482fc584dab8b7bb4fb98b0b1a443 (patch) | |
tree | 32ee7698db4e51e395121bdec4fd8e3be33d6bdf /lisp/buff-menu.el | |
parent | 5fe52127211d9c1615fefcdb7cbb6fbfa6459748 (diff) | |
download | emacs-26f544d3937482fc584dab8b7bb4fb98b0b1a443.tar.gz |
(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.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 4998c1edf07..e9e7e9a2bb8 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*")) |