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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Sun, 16 Mar 2008 11:24:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 08/03/16 11:24:38

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.947
retrieving revision 1.948
diff -u -b -r1.947 -r1.948
--- keyboard.c  25 Feb 2008 16:06:08 -0000      1.947
+++ keyboard.c  16 Mar 2008 11:24:34 -0000      1.948
@@ -10105,7 +10105,7 @@
            XSETINT (new_key, XINT (key) & ~shift_modifier);
          else
            XSETINT (new_key, (DOWNCASE (XINT (key) & ~CHAR_MODIFIER_MASK)
-                              | (XINT (key) & ~CHAR_MODIFIER_MASK)));
+                              | (XINT (key) & CHAR_MODIFIER_MASK)));
 
          /* We have to do this unconditionally, regardless of whether
             the lower-case char is defined in the keymaps, because they




reply via email to

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