comparison lisp/info.el @ 45569:5a8e504582e3

(Info-setup-header-line): Don't hide the links line.
author Richard M. Stallman <rms@gnu.org>
date Wed, 29 May 2002 16:35:56 +0000
parents eee4256b91ff
children 929f8c01b822
comparison
equal deleted inserted replaced
45568:431fa03cb605 45569:5a8e504582e3
1032 (match-beginning 1) 1032 (match-beginning 1)
1033 (point)))) 1033 (point))))
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.
1041 1044
1042 (defun Info-goto-node (nodename &optional fork) 1045 (defun Info-goto-node (nodename &optional fork)