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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Fri, 06 Jun 2003 08:28:07 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.353 emacs/lisp/info.el:1.354
*** emacs/lisp/info.el:1.353    Thu Jun  5 19:23:53 2003
--- emacs/lisp/info.el  Fri Jun  6 08:28:06 2003
***************
*** 1130,1137 ****
      (set-buffer-modified-p nil)))
  
  (defun Info-select-node ()
! "Select the info node that point is in.
! Bind this in case the user sets it to nil."
    (let ((case-fold-search t))
      (save-excursion
        ;; Find beginning of node.
--- 1130,1137 ----
      (set-buffer-modified-p nil)))
  
  (defun Info-select-node ()
!   "Select the info node that point is in."
!   ;; Bind this in case the user sets it to nil.
    (let ((case-fold-search t))
      (save-excursion
        ;; Find beginning of node.




reply via email to

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