From: Chong Yidong Date: Thu, 7 Sep 2006 20:45:19 +0000 (+0000) Subject: * info.el (Info-index): Bind completion-ignore-case. X-Git-Tag: emacs-pretest-22.0.90~716 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea71ffe83eae9e39436621d88622dd4a77a494f7;p=emacs.git * info.el (Info-index): Bind completion-ignore-case. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a06fb850468..1d739a3b7f0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-09-07 Micha,Ak(Bl Cadilhac + + * info.el (Info-index): Bind completion-ignore-case. + 2006-09-07 Stefan Monnier * progmodes/prolog.el (inferior-prolog-flavor): New var left out of diff --git a/lisp/info.el b/lisp/info.el index dc08557e28d..05c07220892 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2792,7 +2792,8 @@ Use the \\\\[Info-index-next] command to see the other matches. 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")