Mercurial > emacs
changeset 7198:d89164dd90fc
(Fminibuffer_complete): Add third arg to Fset_window_start.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 29 Apr 1994 20:00:51 +0000 |
parents | 9a593efc103d |
children | 4d9ab7ca3010 |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Fri Apr 29 19:38:03 1994 +0000 +++ b/src/minibuf.c Fri Apr 29 20:00:51 1994 +0000 @@ -1196,7 +1196,7 @@ 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);