Mercurial > emacs
changeset 22969:1e29148859d4
(Fminibuffer_complete): this_command renamed to Vthis_command.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 09 Aug 1998 21:56:16 +0000 |
parents | edcf24874ef5 |
children | ea0e3bbd3703 |
files | src/minibuf.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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;