diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-06-03 22:57:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-06-03 22:57:40 +0000 |
commit | f4e81d49d4a24197176d95ccc629024b8be9d1e4 (patch) | |
tree | f1af9e140858c136dbb2a8d8982e2eb9a4c34bda /lisp/info.el | |
parent | 09f90d2ca8e34f8e7e091fcb1cbb50fe8a8efbe7 (diff) | |
download | emacs-f4e81d49d4a24197176d95ccc629024b8be9d1e4.tar.gz |
(Info-extract-pointer): Ignore Info-header-line.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 8 |
1 files 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) |