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: Wed, 29 May 2002 12:35:56 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.300 emacs/lisp/info.el:1.301
*** emacs/lisp/info.el:1.300    Wed May 22 23:39:20 2002
--- emacs/lisp/info.el  Wed May 29 12:35:56 2002
***************
*** 1034,1040 ****
      (set (make-local-variable 'Info-header-line)
         (buffer-substring header-beg header-end))
      (setq header-line-format 'Info-header-line)
!     (narrow-to-region (1+ header-end) (point-max))))
  
  ;; Go to an info node specified with a filename-and-nodename string
  ;; of the sort that is found in pointers in nodes.
--- 1034,1043 ----
      (set (make-local-variable 'Info-header-line)
         (buffer-substring header-beg header-end))
      (setq header-line-format 'Info-header-line)
! ;;; It is useful to be able to copy the links line out of the buffer
! ;;; with M-w.
! ;;;    (narrow-to-region (1+ header-end) (point-max))
!     ))
  
  ;; Go to an info node specified with a filename-and-nodename string
  ;; of the sort that is found in pointers in nodes.



reply via email to

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