# HG changeset patch # User Chong Yidong # Date 1157661919 0 # Node ID b74e908df9728da3998760763bdb8d1becac9312 # Parent 223d4d3bae838644d8a3365a2cf87f0c3a95f422 * info.el (Info-index): Bind completion-ignore-case. diff -r 223d4d3bae83 -r b74e908df972 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 07 19:16:10 2006 +0000 +++ b/lisp/ChangeLog Thu Sep 07 20:45:19 2006 +0000 @@ -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 -r 223d4d3bae83 -r b74e908df972 lisp/info.el --- a/lisp/info.el Thu Sep 07 19:16:10 2006 +0000 +++ b/lisp/info.el Thu Sep 07 20:45:19 2006 +0000 @@ -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")