From 26f544d3937482fc584dab8b7bb4fb98b0b1a443 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 28 Jun 2006 14:15:41 +0000 Subject: [PATCH] (list-buffers-noselect): Compare Info file with the string "dir" to detect Info directory. --- lisp/buff-menu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*")) -- 2.11.4.GIT