# HG changeset patch # User Chong Yidong # Date 1175464983 0 # Node ID da21c991a6d585b3fbe28a7db97d09ae1e613267 # Parent fcaf9518268a389741e2faa59ba2173f8e29f3ef (command_loop_1): Fcommand_remapping has new arg; caller changed. diff -r fcaf9518268a -r da21c991a6d5 src/keyboard.c --- a/src/keyboard.c Sun Apr 01 22:02:25 2007 +0000 +++ b/src/keyboard.c Sun Apr 01 22:03:03 2007 +0000 @@ -1691,7 +1691,7 @@ 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; }