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: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Thu, 31 Jan 2008 11:35:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/01/31 11:35:46

Index: src/keyboard.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keyboard.c,v
retrieving revision 1.940
retrieving revision 1.941
diff -u -b -r1.940 -r1.941
--- src/keyboard.c      28 Jan 2008 03:48:45 -0000      1.940
+++ src/keyboard.c      31 Jan 2008 11:35:42 -0000      1.941
@@ -2354,6 +2354,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]