+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
;; 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)