diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macros.c | 1 |
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.") | |||
| 281 | init_macros () | 281 | init_macros () |
| 282 | { | 282 | { |
| 283 | Vexecuting_macro = Qnil; | 283 | Vexecuting_macro = Qnil; |
| 284 | executing_macro = Qnil; | ||
| 284 | } | 285 | } |
| 285 | 286 | ||
| 286 | syms_of_macros () | 287 | syms_of_macros () |