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 | 04609ce412b1726bfe6e7d9ea3f1d6a6b6b7a882 (patch) | |
tree | 1d51e8efd0c253c74bbe57e5d583b1859b99d8e3 /src/macros.c | |
parent | d8bcf58ebc6d2a7ef91cca9d0fe35dabc5a796e2 (diff) | |
download | emacs-04609ce412b1726bfe6e7d9ea3f1d6a6b6b7a882.tar.gz |
(Fexecute_kbd_macro): Vprefix_arg is now part of kboard.
Diffstat (limited to 'src/macros.c')
-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; |