/[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.26 by eliz, Fri May 31 16:36:31 2002 UTC revision 1.650.4.27 by monnier, Thu Jun 13 13:42:15 2002 UTC
# Line 10561  XTread_socket (sd, bufp, numchars, expec Line 10561  XTread_socket (sd, bufp, numchars, expec
10561                                temp_buffer[temp_index++] = copy_bufptr[i];                                temp_buffer[temp_index++] = copy_bufptr[i];
10562                              }                              }
10563    
                           if (/* If the event is not from XIM, */  
                               event.xkey.keycode != 0  
                               /* or the current locale doesn't request  
                                  decoding of the intup data, ... */  
                               || coding.type == coding_type_raw_text  
                               || coding.type == coding_type_no_conversion)  
                             {  
                               /* ... we can use the input data as is.  */  
                               nchars = nbytes;  
                             }  
                           else  
10564                              {                              {
10565                                /* We have to decode the input data.  */                                /* Decode the input data.  */
10566                                int require;                                int require;
10567                                unsigned char *p;                                unsigned char *p;
10568    

Legend:
Removed from v.1.650.4.26  
changed lines
  Added in v.1.650.4.27

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