mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* info.el (Info-index): Bind completion-ignore-case.
This commit is contained in:
parent
b37b6d110d
commit
ea71ffe83e
@ -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…
Reference in New Issue
Block a user