diff lisp/info.el @ 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 5a8e504582e3
children fe497b121add
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)