(Info-complete-menu-item): Revert change of 2003-06-03.

This commit is contained in:
Lute Kamstra 2003-06-06 16:13:31 +00:00
parent c07345e235
commit 0defe75805
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-06-06 Lute Kamstra <Lute.Kamstra@cwi.nl>
* info.el (Info-complete-menu-item): Revert change of 2003-06-03.
2003-06-06 Klaus Zeitler <kzeitler@lucent.com>
* progmodes/sh-script.el: Fix bug in "Options Loop" skeleton for

View file

@ -1578,7 +1578,11 @@ FOOTNOTENAME may be an abbreviation of the reference name."
;; also look for menu items in subsequent nodes as long as those
;; nodes' names match `Info-complete-next-re'. This feature is currently
;; only used for completion in Info-index.
(with-current-buffer Info-complete-menu-buffer
;; Note that `Info-complete-menu-buffer' could be current already,
;; so we want to save point.
(save-excursion
(set-buffer Info-complete-menu-buffer)
(let ((completion-ignore-case t)
(case-fold-search t)
(orignode Info-current-node)