mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-02 11:50:48 -08:00
(command_loop_1): Fcommand_remapping has new arg; caller changed.
This commit is contained in:
parent
b51bd64ad6
commit
9be34f7f08
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue