diff lisp/buff-menu.el @ 90519:138ce2701550

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 320-342) - Update from CVS - Merge from gnus--rel--5.10 - lisp/play/cookie1.el (cookie): Work properly when there's only one entry - Add note about "link" button-class to etc/TODO * gnus--rel--5.10 (patch 108-112) - Merge from emacs--devo--0 - Clean up merge mistakes - Update from CVS - Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo. Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-86
author Miles Bader <miles@gnu.org>
date Thu, 06 Jul 2006 08:59:39 +0000
parents a8190f7e546e a04fe4434fba
children 7f3f771c85fa
line wrap: on
line diff
--- a/lisp/buff-menu.el	Wed Jul 05 17:38:31 2006 +0000
+++ b/lisp/buff-menu.el	Thu Jul 06 08:59:39 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*"))