From: Kim F. Storm Date: Wed, 14 Aug 2002 10:34:41 +0000 (+0000) Subject: (Fcommand_execute): Update call to Fexecute_kbd_macro. X-Git-Tag: ttn-vms-21-2-B4~13696 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caa06051a4910e0271bba73e624fc7c37a906535;p=emacs.git (Fcommand_execute): Update call to Fexecute_kbd_macro. --- diff --git a/src/keyboard.c b/src/keyboard.c index 01482a902dc..5fd8cf1933a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -9388,7 +9388,7 @@ a special event, so ignore the prefix argument and don't clear it. */) } } - return Fexecute_kbd_macro (final, prefixarg); + return Fexecute_kbd_macro (final, prefixarg, Qnil); } if (CONSP (final) || SUBRP (final) || COMPILEDP (final))