Mercurial > hg > xemacs-beta
comparison src/event-Xt.c @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 360340f9fd5f |
children | 9b50b4588a93 |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
689 Lisp_Object instream = | 689 Lisp_Object instream = |
690 make_fixed_buffer_input_stream ((unsigned char *) bufptr, len); | 690 make_fixed_buffer_input_stream ((unsigned char *) bufptr, len); |
691 | 691 |
692 /* ### Use Fget_coding_system (Vcomposed_input_coding_system) */ | 692 /* ### Use Fget_coding_system (Vcomposed_input_coding_system) */ |
693 instream = | 693 instream = |
694 make_decoding_input_stream (XLSTREAM (instream), | 694 make_decoding_input_stream |
695 Fget_coding_system (Qautodetect)); | 695 (XLSTREAM (instream), Fget_coding_system (Qautomatic_conversion)); |
696 | 696 |
697 while ((ch = Lstream_get_emchar (XLSTREAM (instream))) != EOF) | 697 while ((ch = Lstream_get_emchar (XLSTREAM (instream))) != EOF) |
698 { | 698 { |
699 Lisp_Object emacs_event = Fmake_event (); | 699 Lisp_Object emacs_event = Fmake_event (); |
700 XEVENT (emacs_event)->channel = DEVICE_CONSOLE (d); | 700 XEVENT (emacs_event)->channel = DEVICE_CONSOLE (d); |