(Info-revert-find-node): Don't use beginning-of-buffer.
This commit is contained in:
parent
4331c31e95
commit
cb7de2e759
1 changed files with 2 additions and 2 deletions
|
@ -657,10 +657,10 @@ is preserved, if possible."
|
|||
(equal old-nodename Info-current-node))
|
||||
(progn
|
||||
;; note goto-line is no good, we want to measure from point-min
|
||||
(beginning-of-buffer)
|
||||
(goto-char (point-min))
|
||||
(forward-line wline)
|
||||
(set-window-start (selected-window) (point))
|
||||
(beginning-of-buffer)
|
||||
(goto-char (point-min))
|
||||
(forward-line pline)
|
||||
(move-to-column pcolumn))
|
||||
;; only add to the history when coming from a different file+node
|
||||
|
|
Loading…
Add table
Reference in a new issue