diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macros.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.c b/src/macros.c index 8f51a1672b5..d5be6f4d788 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -217,7 +217,7 @@ COUNT is a repeat count, or nil for once, or 0 for infinite loop.") | |||
| 217 | 217 | ||
| 218 | if (!current_perdisplay) | 218 | if (!current_perdisplay) |
| 219 | abort (); | 219 | abort (); |
| 220 | current_perdisplay->Vprefix_arg = Qnil; | 220 | clear_prefix_arg (); |
| 221 | command_loop_1 (); | 221 | command_loop_1 (); |
| 222 | 222 | ||
| 223 | QUIT; | 223 | QUIT; |