# HG changeset patch # User Gerd Moellmann # Date 985098170 0 # Node ID b63c94fafcde3ff4bec0a8733cf5a4797d840b14 # Parent 2ebce78f8e004b05e58aea56a9eb82097f4fe9fa (Info-scroll-down): Add missing WINDOW arg for pos-visible-in-window-p. diff -r 2ebce78f8e00 -r b63c94fafcde lisp/info.el --- a/lisp/info.el Tue Mar 20 13:37:59 2001 +0000 +++ b/lisp/info.el Tue Mar 20 14:22:50 2001 +0000 @@ -1767,7 +1767,7 @@ 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))))