From: Chong Yidong Date: Sun, 1 Apr 2007 22:03:03 +0000 (+0000) Subject: (command_loop_1): Fcommand_remapping has new arg; caller changed. X-Git-Tag: emacs-pretest-22.0.97~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9be34f7f0846a62777cd132deb75ef5f6818bc53;p=emacs.git (command_loop_1): Fcommand_remapping has new arg; caller changed. --- diff --git a/src/keyboard.c b/src/keyboard.c index f2fbb68733d..bda07473ccf 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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; }