comparison src/minibuf.c @ 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 d19cd2986f18
children 84542af4b8d6
comparison
equal deleted inserted replaced
22968:edcf24874ef5 22969:1e29148859d4
1538 () 1538 ()
1539 { 1539 {
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;
1549 /* If there's a fresh completion window with a live buffer, 1549 /* If there's a fresh completion window with a live buffer,
1550 and this command is repeated, scroll that window. */ 1550 and this command is repeated, scroll that window. */