with an additional argument of Qt.
+2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * minibuf.c (Fminibuffer_complete): Call Fpos_visible_in_window_p
+ with an additional argument of Qt.
+
2000-10-21 Miles Bader <miles@gnu.org>
* window.c (pos_fully_visible_in_window_p): New function.
struct buffer *obuf = current_buffer;
Fset_buffer (XWINDOW (window)->buffer);
- tem = Fpos_visible_in_window_p (make_number (ZV), window);
+ tem = Fpos_visible_in_window_p (make_number (ZV), window, Qt);
if (! NILP (tem))
/* If end is in view, scroll up to the beginning. */
Fset_window_start (window, make_number (BEGV), Qnil);