+2008-10-18 Juri Linkov <juri@jurta.org>
+
+ * info.el (Info-find-node-2): Put initial point below the header line
+ and breadcrumbs line.
+
2008-10-18 Glenn Morris <rgm@gnu.org>
* doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
(Info-select-node)
(goto-char (point-min))
+ (forward-line 1) ; skip header line
+ (when (> Info-breadcrumbs-depth 0) ; skip breadcrumbs line
+ (forward-line 1))
+
(cond (anchorpos
(let ((new-history (list Info-current-file
(substring-no-properties nodename))))