+2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
+
+ * info.el (Info-index): Bind completion-ignore-case.
+
2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/prolog.el (inferior-prolog-flavor): New var left out of
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")