diff options
| -rw-r--r-- | src/minibuf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 3771af57043..1367820a09c 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1540,9 +1540,9 @@ scroll the window of possible completions.") | |||
| 1540 | register int i; | 1540 | register int i; |
| 1541 | Lisp_Object window, tem; | 1541 | Lisp_Object window, tem; |
| 1542 | 1542 | ||
| 1543 | /* If the previous command was not this, then mark the completion | 1543 | /* If the previous command was not this, |
| 1544 | buffer obsolete. */ | 1544 | mark the completion buffer obsolete. */ |
| 1545 | if (! EQ (current_kboard->Vlast_command, this_command)) | 1545 | if (! EQ (current_kboard->Vlast_command, Vthis_command)) |
| 1546 | Vminibuf_scroll_window = Qnil; | 1546 | Vminibuf_scroll_window = Qnil; |
| 1547 | 1547 | ||
| 1548 | window = Vminibuf_scroll_window; | 1548 | window = Vminibuf_scroll_window; |