Mercurial > hg > xemacs-beta
comparison src/callproc.c @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 9f59509498e1 |
children | 59463afc5666 |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
544 instream = make_filedesc_input_stream (fd[0], 0, -1, LSTR_ALLOW_QUIT); | 544 instream = make_filedesc_input_stream (fd[0], 0, -1, LSTR_ALLOW_QUIT); |
545 #ifdef MULE | 545 #ifdef MULE |
546 instream = | 546 instream = |
547 make_decoding_input_stream | 547 make_decoding_input_stream |
548 (XLSTREAM (instream), | 548 (XLSTREAM (instream), |
549 Fget_coding_system (Vprocess_input_coding_system)); | 549 Fget_coding_system (Vcoding_system_for_read)); |
550 Lstream_set_character_mode (XLSTREAM (instream)); | 550 Lstream_set_character_mode (XLSTREAM (instream)); |
551 #endif /* MULE */ | 551 #endif /* MULE */ |
552 GCPRO1 (instream); | 552 GCPRO1 (instream); |
553 while (1) | 553 while (1) |
554 { | 554 { |