* info.el (Info-index): Bind completion-ignore-case.
This commit is contained in:
parent
b37b6d110d
commit
ea71ffe83e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-09-07 Micha,Ak(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
|
||||
|
|
|
@ -2792,7 +2792,8 @@ Use the \\<Info-mode-map>\\[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")
|
||||
|
|
Loading…
Add table
Reference in a new issue