diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-06-07 22:24:23 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-06-07 22:24:23 +0000 |
commit | 0254273c9ebe5358494519aea55403268cc34896 (patch) | |
tree | f681ae869fe9a2d7c099be5210f1b1e9d4b0f8c1 /src | |
parent | 917c0cdc945c94a9ed16e53b8ed5a4480137baf0 (diff) | |
download | emacs-0254273c9ebe5358494519aea55403268cc34896.tar.gz |
(Fexecute_kbd_macro): Vprefix_arg is now part of kboard.
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 0ff7733d445..250e33896ff 100644 --- a/src/macros.c +++ b/src/macros.c @@ -212,7 +212,7 @@ COUNT is a repeat count, or nil for once, or 0 for infinite loop.") Vexecuting_macro = final; executing_macro_index = 0; - clear_prefix_arg (); + current_kboard->Vprefix_arg = Qnil; command_loop_1 (); QUIT; |