aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-03-01 03:43:41 +0000
committerKarl Heuer1995-03-01 03:43:41 +0000
commitf1cbbff5d28b923708fa7fabf1c983c48727124f (patch)
treea3cd1fdbeb6ac2ce2384097de062dffbff572bad /src
parent4cb7d267794be8712a6fb64f1493da7d00c0a73d (diff)
downloademacs-f1cbbff5d28b923708fa7fabf1c983c48727124f.tar.gz
emacs-f1cbbff5d28b923708fa7fabf1c983c48727124f.zip
(Fexecute_kbd_macro): Use clear_prefix_arg.
Diffstat (limited to 'src')
-rw-r--r--src/macros.c2
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;