From f4e81d49d4a24197176d95ccc629024b8be9d1e4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 3 Jun 2002 22:57:40 +0000 Subject: [PATCH] (Info-extract-pointer): Ignore Info-header-line. --- lisp/info.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/info.el b/lisp/info.el index 37c32270c56..28210b528ac 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1247,10 +1247,10 @@ Bind this in case the user sets it to nil." (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) -- 2.39.5