(Fminibuffer_complete): Pass nil for FULLY argument to
authorMiles Bader <miles@gnu.org>
Mon, 23 Oct 2000 13:46:41 +0000 (13:46 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 23 Oct 2000 13:46:41 +0000 (13:46 +0000)
Fpos_visible_in_window_p to maintain old behavior.

src/minibuf.c

index 1b85c13..5edd58e 100644 (file)
@@ -1715,7 +1715,7 @@ scroll the window of possible completions.")
       struct buffer *obuf = current_buffer;
 
       Fset_buffer (XWINDOW (window)->buffer);
-      tem = Fpos_visible_in_window_p (make_number (ZV), window, Qt);
+      tem = Fpos_visible_in_window_p (make_number (ZV), window, Qnil);
       if (! NILP (tem))
        /* If end is in view, scroll up to the beginning.  */
        Fset_window_start (window, make_number (BEGV), Qnil);