From: Juri Linkov Date: Wed, 28 Jun 2006 14:15:41 +0000 (+0000) Subject: (list-buffers-noselect): Compare Info file X-Git-Tag: emacs-pretest-22.0.90~1802 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26f544d3937482fc584dab8b7bb4fb98b0b1a443;p=emacs.git (list-buffers-noselect): Compare Info file with the string "dir" to detect Info directory. --- 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*"))