mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(Info-scroll-down): Add missing WINDOW arg for
pos-visible-in-window-p.
This commit is contained in:
parent
1741905c9a
commit
7afe24e3cb
@ -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…
Reference in New Issue
Block a user