1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00

(command_loop_1): Fcommand_remapping has new arg; caller changed.

This commit is contained in:
Chong Yidong 2007-04-01 22:03:03 +00:00
parent b51bd64ad6
commit 9be34f7f08

View file

@ -1691,7 +1691,7 @@ command_loop_1 ()
if (SYMBOLP (cmd))
{
Lisp_Object cmd1;
if (cmd1 = Fcommand_remapping (cmd, Qnil), !NILP (cmd1))
if (cmd1 = Fcommand_remapping (cmd, Qnil, Qnil), !NILP (cmd1))
cmd = cmd1;
}