diff options
| author | Richard M. Stallman | 1998-08-09 21:56:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-08-09 21:56:16 +0000 |
| commit | df902b62cdaa3fcb75b0113de87a8fcf2b459ba7 (patch) | |
| tree | b4eb066ec21ccddadc0ea8b90e87efdff96d6f20 | |
| parent | 14a18790a42e9dbbc35324c72cb87daea22a6be5 (diff) | |
| download | emacs-df902b62cdaa3fcb75b0113de87a8fcf2b459ba7.tar.gz emacs-df902b62cdaa3fcb75b0113de87a8fcf2b459ba7.zip | |
(Fminibuffer_complete): this_command renamed to Vthis_command.
| -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; |