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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c
Date: Tue, 09 May 2006 13:19:57 +0000

Index: emacs/src/keymap.c
diff -u emacs/src/keymap.c:1.325 emacs/src/keymap.c:1.326
--- emacs/src/keymap.c:1.325    Tue May  9 13:17:24 2006
+++ emacs/src/keymap.c  Tue May  9 13:19:57 2006
@@ -2097,7 +2097,7 @@
   c2 = c & ~(alt_modifier | ctrl_modifier | hyper_modifier
             | meta_modifier | shift_modifier | super_modifier);
 
-  valid_p = SINGLE_BYTE_CHAR_P (c) || char_valid_p (c, 0);
+  valid_p = SINGLE_BYTE_CHAR_P (c2) || char_valid_p (c2, 0);
   if (! valid_p)
     {
       /* KEY_DESCRIPTION_SIZE is large enough for this.  */




reply via email to

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