emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c,v
Date: Thu, 22 Nov 2007 16:15:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 07/11/22 16:15:44

Index: keymap.c
===================================================================
RCS file: /sources/emacs/emacs/src/keymap.c,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -b -r1.363 -r1.364
--- keymap.c    17 Oct 2007 23:43:51 -0000      1.363
+++ keymap.c    22 Nov 2007 16:15:44 -0000      1.364
@@ -2469,7 +2469,7 @@
        {
          char buf[256];
 
-         sprintf (buf, "Invalid char code %ld", XINT (key));
+         sprintf (buf, "Invalid char code %ld", (long) XINT (key));
          return build_string (buf);
        }
       else if (charset




reply via email to

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