aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2007-04-01 22:03:03 +0000
committerChong Yidong <[email protected]>2007-04-01 22:03:03 +0000
commit9be34f7f0846a62777cd132deb75ef5f6818bc53 (patch)
tree8e87bbf0456b8435579c48d0edf097accf7a2392 /src/keyboard.c
parentb51bd64ad67038f31cd39455bb6bfda1d5465850 (diff)
(command_loop_1): Fcommand_remapping has new arg; caller changed.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index f2fbb68733..bda07473cc 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;
}