(Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1.
This commit is contained in:
parent
ff4b06d3e9
commit
f5ba00909f
1 changed files with 3 additions and 0 deletions
|
@ -215,6 +215,9 @@ COUNT is a repeat count, or nil for once, or 0 for infinite loop.")
|
|||
Vexecuting_macro = final;
|
||||
executing_macro_index = 0;
|
||||
|
||||
if (!current_perdisplay)
|
||||
abort ();
|
||||
current_perdisplay->Vprefix_arg = Qnil;
|
||||
command_loop_1 ();
|
||||
|
||||
QUIT;
|
||||
|
|
Loading…
Add table
Reference in a new issue