changeset 10627:e00a48bb7ad4

(Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1.
author Karl Heuer <kwzh@gnu.org>
date Wed, 01 Feb 1995 22:33:11 +0000
parents 616345f74278
children 04591bafb562
files src/macros.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;