emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Fri, 06 Jun 2003 12:12:56 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.354 emacs/lisp/info.el:1.355
*** emacs/lisp/info.el:1.354    Fri Jun  6 08:28:06 2003
--- emacs/lisp/info.el  Fri Jun  6 12:12:56 2003
***************
*** 1578,1584 ****
    ;; 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
      (let ((completion-ignore-case t)
          (case-fold-search t)
          (orignode Info-current-node)
--- 1578,1588 ----
    ;; 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.
! 
!   ;; 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]