# HG changeset patch # User Richard M. Stallman # Date 902699776 0 # Node ID 1e29148859d49378d087dc53c766cea060726baa # Parent edcf24874ef56611976e131047d37d622b3ffcee (Fminibuffer_complete): this_command renamed to Vthis_command. diff -r edcf24874ef5 -r 1e29148859d4 src/minibuf.c --- a/src/minibuf.c Sun Aug 09 21:55:58 1998 +0000 +++ b/src/minibuf.c Sun Aug 09 21:56:16 1998 +0000 @@ -1540,9 +1540,9 @@ register int i; Lisp_Object window, tem; - /* If the previous command was not this, then mark the completion - buffer obsolete. */ - if (! EQ (current_kboard->Vlast_command, this_command)) + /* If the previous command was not this, + mark the completion buffer obsolete. */ + if (! EQ (current_kboard->Vlast_command, Vthis_command)) Vminibuf_scroll_window = Qnil; window = Vminibuf_scroll_window;