diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macros.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/macros.c b/src/macros.c index fd5c193e86a..898bdbc79f8 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -211,8 +211,6 @@ COUNT is a repeat count, or nil for once, or 0 for infinite loop.") | |||
| 211 | Vexecuting_macro = final; | 211 | Vexecuting_macro = final; |
| 212 | executing_macro_index = 0; | 212 | executing_macro_index = 0; |
| 213 | 213 | ||
| 214 | if (!current_perdisplay) | ||
| 215 | abort (); | ||
| 216 | clear_prefix_arg (); | 214 | clear_prefix_arg (); |
| 217 | command_loop_1 (); | 215 | command_loop_1 (); |
| 218 | 216 | ||