]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fminibuffer_complete): Add third arg to Fset_window_start.
authorRichard M. Stallman <rms@gnu.org>
Fri, 29 Apr 1994 20:00:51 +0000 (20:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 29 Apr 1994 20:00:51 +0000 (20:00 +0000)
src/minibuf.c

index fc3af0599d2f4a9d46bc10f843462aa9b36d64ac..d325ebca5ccfbafb2fb0e620010a722124684408 100644 (file)
@@ -1196,7 +1196,7 @@ scroll the window of possible completions.")
       tem = Fpos_visible_in_window_p (make_number (ZV), window);
       if (! NILP (tem))
        /* If end is in view, scroll up to the beginning.  */
-       Fset_window_start (window, BEGV);
+       Fset_window_start (window, BEGV, Qnil);
       else
        /* Else scroll down one screen.  */
        Fscroll_other_window (Qnil);