aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macros.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.c b/src/macros.c
index 0ff7733d445..250e33896ff 100644
--- a/src/macros.c
+++ b/src/macros.c
@@ -212,7 +212,7 @@ COUNT is a repeat count, or nil for once, or 0 for infinite loop.")
212 Vexecuting_macro = final; 212 Vexecuting_macro = final;
213 executing_macro_index = 0; 213 executing_macro_index = 0;
214 214
215 clear_prefix_arg (); 215 current_kboard->Vprefix_arg = Qnil;
216 command_loop_1 (); 216 command_loop_1 ();
217 217
218 QUIT; 218 QUIT;