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 [EMACS_22_BASE]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v [EMACS_22_BASE]
Date: Thu, 31 Jan 2008 06:39:14 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Kenichi Handa <handa>   08/01/31 06:39:14

Index: keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.899.2.9
retrieving revision 1.899.2.10
diff -u -b -r1.899.2.9 -r1.899.2.10
--- keyboard.c  8 Jan 2008 04:30:01 -0000       1.899.2.9
+++ keyboard.c  31 Jan 2008 06:39:13 -0000      1.899.2.10
@@ -2310,6 +2310,9 @@
   /* Save the upper bits here.  */
   int upper = c & ~0177;
 
+  if (! ASCII_BYTE_P (c))
+    return c |= ctrl_modifier;
+
   c &= 0177;
 
   /* Everything in the columns containing the upper-case letters




reply via email to

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