summaryrefslogtreecommitdiff
path: root/src/macros.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-02-01 22:33:11 +0000
committerKarl Heuer <kwzh@gnu.org>1995-02-01 22:33:11 +0000
commit25e51af876297671b23fa7b637c060fec17d0f02 (patch)
tree9eada83706501f1075dcf0793d4a17af98da8770 /src/macros.c
parent485ba99dbe5b0e292ebe4e00e38e3b68f6db1421 (diff)
downloademacs-25e51af876297671b23fa7b637c060fec17d0f02.tar.gz
(Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1.
Diffstat (limited to 'src/macros.c')
-rw-r--r--src/macros.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/macros.c b/src/macros.c
index c19f5c46ebc..8f51a1672b5 100644
--- a/src/macros.c
+++ b/src/macros.c
@@ -215,6 +215,9 @@ COUNT is a repeat count, or nil for once, or 0 for infinite loop.")
Vexecuting_macro = final;
executing_macro_index = 0;
+ if (!current_perdisplay)
+ abort ();
+ current_perdisplay->Vprefix_arg = Qnil;
command_loop_1 ();
QUIT;