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:
parent
14a18790a4
commit
df902b62cd
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue