From: Karl Heuer Date: Wed, 1 Feb 1995 22:33:11 +0000 (+0000) Subject: (Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1. X-Git-Tag: emacs-19.34~5231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5ba00909fcb2afdd534fb4f3ab47c067e8ccf44;p=emacs.git (Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1. --- diff --git a/src/macros.c b/src/macros.c index c19f5c46ebc..8f51a1672b5 100644 --- a/src/macros.c +++ b/src/macros.c @@ -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;