/[emacs]/emacs/src/xterm.c
ViewVC logotype

Diff of /emacs/src/xterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.650.4.30 by handa, Tue Jul 9 00:00:18 2002 UTC revision 1.650.4.31 by monnier, Fri Jul 12 21:01:46 2002 UTC
# Line 10520  XTread_socket (sd, bufp, numchars, expec Line 10520  XTread_socket (sd, bufp, numchars, expec
10520                             || IsKeypadKey (keysym) /* 0xff80 <= x < 0xffbe */                             || IsKeypadKey (keysym) /* 0xff80 <= x < 0xffbe */
10521                             || IsFunctionKey (keysym) /* 0xffbe <= x < 0xffe1 */                             || IsFunctionKey (keysym) /* 0xffbe <= x < 0xffe1 */
10522                             /* Any "vendor-specific" key is ok.  */                             /* Any "vendor-specific" key is ok.  */
10523                             || (orig_keysym & (1 << 28)))                             || (orig_keysym & (1 << 28))
10524                               || (keysym != NoSymbol && nbytes == 0))
10525                            && ! (IsModifierKey (orig_keysym)                            && ! (IsModifierKey (orig_keysym)
10526  #ifndef HAVE_X11R5  #ifndef HAVE_X11R5
10527  #ifdef XK_Mode_switch  #ifdef XK_Mode_switch

Legend:
Removed from v.1.650.4.30  
changed lines
  Added in v.1.650.4.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26