emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el,v
Date: Thu, 07 Sep 2006 20:45:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      06/09/07 20:45:20

Index: info.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/info.el,v
retrieving revision 1.489
retrieving revision 1.490
diff -u -b -r1.489 -r1.490
--- info.el     8 Aug 2006 17:45:42 -0000       1.489
+++ info.el     7 Sep 2006 20:45:19 -0000       1.490
@@ -2792,7 +2792,8 @@
 Give an empty topic name to go to the Index node itself."
   (interactive
    (list
-    (let ((Info-complete-menu-buffer (clone-buffer))
+    (let ((completion-ignore-case t)
+         (Info-complete-menu-buffer (clone-buffer))
          (Info-complete-nodes (Info-index-nodes))
          (Info-history-list nil))
       (if (equal Info-current-file "dir")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]