Mercurial > emacs
diff lisp/info.el @ 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 | becc8b8af23b |
children | 2584fedc2373 a1a25ac6c88a |
line wrap: on
line diff
--- 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")