emacs-devel
[Top][All Lists]
Advanced

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

info patch


From: Richard Stallman
Subject: info patch
Date: Thu, 07 Sep 2006 02:53:36 -0400

Would someone please review this, and install it if it is correct?

*** ChangeLog   17 Jul 2006 04:07:48 -0000      1.9820
--- ChangeLog   17 Jul 2006 11:36:57 -0000
***************
*** 1,3 ****
--- 1,7 ----
+ 2006-07-17  Michaƫl Cadilhac  <address@hidden>
+
+       * info.el (Info-index): Bind `completion-ignore-case' to t.
+
  2006-07-17  Chong Yidong  <address@hidden>

        * progmodes/compile.el (compilation-mode-font-lock-keywords):
Index: info.el

RCS file: /sources/emacs/emacs/lisp/info.el,v
retrieving revision 1.488
diff -c -r1.488 info.el
*** info.el     12 Jul 2006 16:04:46 -0000      1.488
--- info.el     17 Jul 2006 11:36:57 -0000
***************
*** 2792,2798 ****
  Give an empty topic name to go to the Index node itself."
    (interactive
     (list
!     (let ((Info-complete-menu-buffer (clone-buffer))
          (Info-complete-nodes (Info-index-nodes))
          (Info-history-list nil))
        (if (equal Info-current-file "dir")
--- 2792,2799 ----
  Give an empty topic name to go to the Index node itself."
    (interactive
     (list
!     (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")

--=-=-=
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable





reply via email to

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