1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(Fminibuffer_complete): this_command renamed to Vthis_command.

This commit is contained in:
Richard M. Stallman 1998-08-09 21:56:16 +00:00
parent 14a18790a4
commit df902b62cd

View file

@ -1540,9 +1540,9 @@ scroll the window of possible completions.")
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;