diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index fc3af0599d2..d325ebca5cc 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1196,7 +1196,7 @@ scroll the window of possible completions.") | |||
| 1196 | tem = Fpos_visible_in_window_p (make_number (ZV), window); | 1196 | tem = Fpos_visible_in_window_p (make_number (ZV), window); |
| 1197 | if (! NILP (tem)) | 1197 | if (! NILP (tem)) |
| 1198 | /* If end is in view, scroll up to the beginning. */ | 1198 | /* If end is in view, scroll up to the beginning. */ |
| 1199 | Fset_window_start (window, BEGV); | 1199 | Fset_window_start (window, BEGV, Qnil); |
| 1200 | else | 1200 | else |
| 1201 | /* Else scroll down one screen. */ | 1201 | /* Else scroll down one screen. */ |
| 1202 | Fscroll_other_window (Qnil); | 1202 | Fscroll_other_window (Qnil); |