Mercurial > emacs
changeset 72698:b74e908df972
* info.el (Info-index): Bind completion-ignore-case.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 07 Sep 2006 20:45:19 +0000 |
parents | 223d4d3bae83 |
children | 249ed2e06deb |
files | lisp/ChangeLog lisp/info.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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")