comparison src/event-Xt.c @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents acd284d43ca1
children 78478c60bfcd
comparison
equal deleted inserted replaced
206:d3e9274cbc4e 207:e45d5e7c476e
844 make_fixed_buffer_input_stream ((unsigned char *) bufptr, len); 844 make_fixed_buffer_input_stream ((unsigned char *) bufptr, len);
845 845
846 /* ### Use Fget_coding_system (Vcomposed_input_coding_system) */ 846 /* ### Use Fget_coding_system (Vcomposed_input_coding_system) */
847 instream = 847 instream =
848 make_decoding_input_stream (XLSTREAM (fb_instream), 848 make_decoding_input_stream (XLSTREAM (fb_instream),
849 Fget_coding_system (Qautomatic_conversion)); 849 Fget_coding_system (Qundecided));
850 850
851 istr = XLSTREAM (instream); 851 istr = XLSTREAM (instream);
852 852
853 GCPRO2 (instream, fb_instream); 853 GCPRO2 (instream, fb_instream);
854 while ((ch = Lstream_get_emchar (istr)) != EOF) 854 while ((ch = Lstream_get_emchar (istr)) != EOF)