]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1.
authorKarl Heuer <kwzh@gnu.org>
Wed, 1 Feb 1995 22:33:11 +0000 (22:33 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 1 Feb 1995 22:33:11 +0000 (22:33 +0000)
src/macros.c

index c19f5c46ebc7fc67475106d97dc9214924e28fbd..8f51a1672b53b0a3aa3cda73d48cfea5efd92b98 100644 (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;