aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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 ()
1691 if (SYMBOLP (cmd)) 1691 if (SYMBOLP (cmd))
1692 { 1692 {
1693 Lisp_Object cmd1; 1693 Lisp_Object cmd1;
1694 if (cmd1 = Fcommand_remapping (cmd, Qnil), !NILP (cmd1)) 1694 if (cmd1 = Fcommand_remapping (cmd, Qnil, Qnil), !NILP (cmd1))
1695 cmd = cmd1; 1695 cmd = cmd1;
1696 } 1696 }
1697 1697