]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fminibuffer_complete): this_command renamed to Vthis_command.
authorRichard M. Stallman <rms@gnu.org>
Sun, 9 Aug 1998 21:56:16 +0000 (21:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 9 Aug 1998 21:56:16 +0000 (21:56 +0000)
src/minibuf.c

index 3771af5704398c9bbad8693e84c2a4c5d993c8ab..1367820a09c9332477fed2e8c6dbe0807e820b4c 100644 (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;