aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macros.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macros.c b/src/macros.c
index 2592faeba19..30327503ebb 100644
--- a/src/macros.c
+++ b/src/macros.c
@@ -281,6 +281,7 @@ COUNT is a repeat count, or nil for once, or 0 for infinite loop.")
281init_macros () 281init_macros ()
282{ 282{
283 Vexecuting_macro = Qnil; 283 Vexecuting_macro = Qnil;
284 executing_macro = Qnil;
284} 285}
285 286
286syms_of_macros () 287syms_of_macros ()