[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/buff-menu.el,v
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/buff-menu.el,v |
Date: |
Thu, 13 Jul 2006 14:45:12 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Chong Yidong <cyd> 06/07/13 14:45:11
Index: buff-menu.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/buff-menu.el,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -b -r1.102 -r1.103
--- buff-menu.el 26 May 2006 19:11:45 -0000 1.102
+++ buff-menu.el 28 Jun 2006 14:15:41 -0000 1.103
@@ -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*"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/buff-menu.el,v,
Chong Yidong <=