Mercurial > emacs
changeset 45633:929f8c01b822
(Info-extract-pointer): Ignore Info-header-line.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 03 Jun 2002 22:57:40 +0000 |
parents | 9d60ac21968f |
children | b040bc30279e |
files | lisp/info.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/info.el Mon Jun 03 22:56:12 2002 +0000 +++ b/lisp/info.el Mon Jun 03 22:57:40 2002 +0000 @@ -1247,10 +1247,10 @@ (save-excursion (save-restriction (goto-char (point-min)) - (when Info-header-line - ;; expose the header line in the buffer - (widen) - (forward-line -1)) +;;; (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)