]> code.delx.au - gnu-emacs/commitdiff
(command_loop_1): Fcommand_remapping has new arg; caller changed.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 1 Apr 2007 22:03:03 +0000 (22:03 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 1 Apr 2007 22:03:03 +0000 (22:03 +0000)
src/keyboard.c

index f2fbb68733d7893689162c2c6145061c682a4cb8..bda07473ccff42498d591cca6123c1ac15afa96a 100644 (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;
        }