comparison src/coding.c @ 69989:c3f0c8cc639e

(setup_coding_system): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Thu, 13 Apr 2006 04:24:59 +0000
parents 4f5b486af1b5
children c0ec9365428f
comparison
equal deleted inserted replaced
69988:f4b6648f6d4f 69989:c3f0c8cc639e
3619 coding->eol_type = CODING_EOL_CR; 3619 coding->eol_type = CODING_EOL_CR;
3620 coding->common_flags 3620 coding->common_flags
3621 = CODING_REQUIRE_DECODING_MASK | CODING_REQUIRE_ENCODING_MASK; 3621 = CODING_REQUIRE_DECODING_MASK | CODING_REQUIRE_ENCODING_MASK;
3622 } 3622 }
3623 else 3623 else
3624 coding->eol_type = system_eol_type; 3624 coding->eol_type = CODING_EOL_LF;
3625 3625
3626 coding_type = XVECTOR (coding_spec)->contents[0]; 3626 coding_type = XVECTOR (coding_spec)->contents[0];
3627 /* Try short cut. */ 3627 /* Try short cut. */
3628 if (SYMBOLP (coding_type)) 3628 if (SYMBOLP (coding_type))
3629 { 3629 {