# HG changeset patch # User Karl Heuer # Date 791677991 0 # Node ID e00a48bb7ad4b58e31bfe135e67fea5dd33ee272 # Parent 616345f742785b2d7d0ed7795580881691fb30a7 (Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1. diff -r 616345f74278 -r e00a48bb7ad4 src/macros.c --- a/src/macros.c Wed Feb 01 22:18:21 1995 +0000 +++ b/src/macros.c Wed Feb 01 22:33:11 1995 +0000 @@ -215,6 +215,9 @@ Vexecuting_macro = final; executing_macro_index = 0; + if (!current_perdisplay) + abort (); + current_perdisplay->Vprefix_arg = Qnil; command_loop_1 (); QUIT;