comparison lisp/info.el @ 51517:46101da952e7

(Info-complete-menu-item): Revert change of 2003-06-03.
author Lute Kamstra <lute@gnu.org>
date Fri, 06 Jun 2003 16:12:56 +0000
parents a1170353615d
children 4e4427be69f9
comparison
equal deleted inserted replaced
51516:741283db818a 51517:46101da952e7
1576 ;; is the menu of items we're trying to complete. 1576 ;; is the menu of items we're trying to complete.
1577 ;; - `Info-complete-next-re' which, if non-nil, indicates that we should 1577 ;; - `Info-complete-next-re' which, if non-nil, indicates that we should
1578 ;; also look for menu items in subsequent nodes as long as those 1578 ;; also look for menu items in subsequent nodes as long as those
1579 ;; nodes' names match `Info-complete-next-re'. This feature is currently 1579 ;; nodes' names match `Info-complete-next-re'. This feature is currently
1580 ;; only used for completion in Info-index. 1580 ;; only used for completion in Info-index.
1581 (with-current-buffer Info-complete-menu-buffer 1581
1582 ;; Note that `Info-complete-menu-buffer' could be current already,
1583 ;; so we want to save point.
1584 (save-excursion
1585 (set-buffer Info-complete-menu-buffer)
1582 (let ((completion-ignore-case t) 1586 (let ((completion-ignore-case t)
1583 (case-fold-search t) 1587 (case-fold-search t)
1584 (orignode Info-current-node) 1588 (orignode Info-current-node)
1585 nextnode) 1589 nextnode)
1586 (goto-char (point-min)) 1590 (goto-char (point-min))