Mercurial > emacs
changeset 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 | fcaf9518268a |
children | a5751af0b8a7 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }