1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00

(Fcommand_execute): Update call to Fexecute_kbd_macro.

This commit is contained in:
Kim F. Storm 2002-08-14 10:34:41 +00:00
parent 82802164fe
commit caa06051a4

View File

@ -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))