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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Mon, 03 Jun 2002 18:57:41 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.301 emacs/lisp/info.el:1.302
*** emacs/lisp/info.el:1.301    Wed May 29 12:35:56 2002
--- emacs/lisp/info.el  Mon Jun  3 18:57:40 2002
***************
*** 1247,1256 ****
      (save-excursion
        (save-restriction
        (goto-char (point-min))
!       (when Info-header-line
!         ;; expose the header line in the buffer
!         (widen)
!         (forward-line -1))
        (let ((bound (point)))
          (forward-line 1)
          (cond ((re-search-backward (concat name ":") bound t)
--- 1247,1256 ----
      (save-excursion
        (save-restriction
        (goto-char (point-min))
! ;;;   (when Info-header-line
! ;;;     ;; expose the header line in the buffer
! ;;;     (widen)
! ;;;     (forward-line -1))
        (let ((bound (point)))
          (forward-line 1)
          (cond ((re-search-backward (concat name ":") bound t)



reply via email to

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