(Info-complete-menu-item): Revert change of 2003-06-03.
This commit is contained in:
parent
c07345e235
commit
0defe75805
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue