(Info-scroll-down): Add missing WINDOW arg for
pos-visible-in-window-p.
This commit is contained in:
parent
1741905c9a
commit
7afe24e3cb
1 changed files with 1 additions and 1 deletions
|
@ -1767,7 +1767,7 @@ parent node."
|
|||
current-point
|
||||
t)))))
|
||||
(if (or virtual-end
|
||||
(pos-visible-in-window-p (point-min) t))
|
||||
(pos-visible-in-window-p (point-min) nil t))
|
||||
(Info-last-preorder)
|
||||
(scroll-down))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue