From 74dde8ad92903d94199ca133b6ddadd0e302f724 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 29 May 2002 16:35:56 +0000 Subject: [PATCH] (Info-setup-header-line): Don't hide the links line. --- lisp/info.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 4711346e836..37c32270c56 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1034,7 +1034,10 @@ Bind this in case the user sets it to nil." (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)))) +;;; 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. -- 2.39.5