emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Sun, 01 Apr 2007 22:03:03 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/04/01 22:03:03

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.898
retrieving revision 1.899
diff -u -b -r1.898 -r1.899
--- keyboard.c  24 Mar 2007 16:24:54 -0000      1.898
+++ keyboard.c  1 Apr 2007 22:03:03 -0000       1.899
@@ -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;
        }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]