Mercurial > hg > xemacs-beta
diff src/event-Xt.c @ 138:6608ceec7cf8 r20-2b3
Import from CVS: tag r20-2b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:46 +0200 |
parents | b980b6286996 |
children | 538048ae2ab8 |
line wrap: on
line diff
--- a/src/event-Xt.c Mon Aug 13 09:31:13 2007 +0200 +++ b/src/event-Xt.c Mon Aug 13 09:31:46 2007 +0200 @@ -755,8 +755,7 @@ force anyone to remember them. The case of the other character sets is significant, however. */ - if ((((unsigned int) keysym) & (~0xFF)) == ((unsigned int) 0xFF00) || - (((unsigned int) keysym) & (~0xFF)) == ((unsigned int) 0xFE00)) + if ((((unsigned int) keysym) & (~0x1FF)) == ((unsigned int) 0xFE00)) { char buf [255]; char *s1, *s2;