aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-05-29 16:35:56 +0000
committerRichard M. Stallman2002-05-29 16:35:56 +0000
commit74dde8ad92903d94199ca133b6ddadd0e302f724 (patch)
tree83959fd591941492b30e39490e0cc54fdd030ea8
parent7defe888a51ebcc4443fbd1b5be2281d45e416ca (diff)
downloademacs-74dde8ad92903d94199ca133b6ddadd0e302f724.tar.gz
emacs-74dde8ad92903d94199ca133b6ddadd0e302f724.zip
(Info-setup-header-line): Don't hide the links line.
-rw-r--r--lisp/info.el5
1 files changed, 4 insertions, 1 deletions
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."
1034 (set (make-local-variable 'Info-header-line) 1034 (set (make-local-variable 'Info-header-line)
1035 (buffer-substring header-beg header-end)) 1035 (buffer-substring header-beg header-end))
1036 (setq header-line-format 'Info-header-line) 1036 (setq header-line-format 'Info-header-line)
1037 (narrow-to-region (1+ header-end) (point-max)))) 1037;;; It is useful to be able to copy the links line out of the buffer
1038;;; with M-w.
1039;;; (narrow-to-region (1+ header-end) (point-max))
1040 ))
1038 1041
1039;; Go to an info node specified with a filename-and-nodename string 1042;; Go to an info node specified with a filename-and-nodename string
1040;; of the sort that is found in pointers in nodes. 1043;; of the sort that is found in pointers in nodes.