changeset 71516:a04fe4434fba

(list-buffers-noselect): Compare Info file with the string "dir" to detect Info directory.
author Juri Linkov <juri@jurta.org>
date Wed, 28 Jun 2006 14:15:41 +0000
parents 55031f6edc3e
children 983727db2901
files lisp/buff-menu.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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*"))