# HG changeset patch # User Kenichi Handa # Date 1147074965 0 # Node ID 2a2e0198d0cfc5aee4be81d62d14766c29dab459 # Parent b6740a3173438bac7b4dde9c7022aea886379343 (Fcall_process): Use system_eol_type for encoding arguments if eol_type is not yet decided. diff -r b6740a317343 -r 2a2e0198d0cf src/callproc.c --- a/src/callproc.c Mon May 08 05:25:02 2006 +0000 +++ b/src/callproc.c Mon May 08 07:56:05 2006 +0000 @@ -295,6 +295,8 @@ val = Qnil; } setup_coding_system (Fcheck_coding_system (val), &argument_coding); + if (argument_coding.eol_type == CODING_EOL_UNDECIDED) + argument_coding.eol_type = system_eol_type; } }