Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/callproc.c Mon Aug 13 09:24:19 2007 +0200 +++ b/src/callproc.c Mon Aug 13 09:25:29 2007 +0200 @@ -546,7 +546,7 @@ instream = make_decoding_input_stream (XLSTREAM (instream), - Fget_coding_system (Vprocess_input_coding_system)); + Fget_coding_system (Vcoding_system_for_read)); Lstream_set_character_mode (XLSTREAM (instream)); #endif /* MULE */ GCPRO1 (instream);