(Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1.

This commit is contained in:
Karl Heuer 1995-02-01 22:33:11 +00:00
parent ff4b06d3e9
commit f5ba00909f

View file

@ -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;