diff src/keyboard.c @ 76886:da21c991a6d5

(command_loop_1): Fcommand_remapping has new arg; caller changed.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 01 Apr 2007 22:03:03 +0000
parents ba2df4dce7bc
children ff554a3125c3 51a9e0fd18ae dc002877ce12 4ef881a120fe
line wrap: on
line diff
--- 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;
 	}