From ea71ffe83eae9e39436621d88622dd4a77a494f7 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 7 Sep 2006 20:45:19 +0000 Subject: [PATCH] * info.el (Info-index): Bind completion-ignore-case. --- lisp/ChangeLog | 4 ++++ lisp/info.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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") -- 2.39.2