aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macros.c3
1 files changed, 3 insertions, 0 deletions
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.")
215 Vexecuting_macro = final; 215 Vexecuting_macro = final;
216 executing_macro_index = 0; 216 executing_macro_index = 0;
217 217
218 if (!current_perdisplay)
219 abort ();
220 current_perdisplay->Vprefix_arg = Qnil;
218 command_loop_1 (); 221 command_loop_1 ();
219 222
220 QUIT; 223 QUIT;