(setup_coding_system): Fix previous change.

This commit is contained in:
Kenichi Handa 2006-04-13 04:25:44 +00:00
parent 12c83f528c
commit 2b89a53fc4
2 changed files with 5 additions and 1 deletions

View file

@ -3621,7 +3621,7 @@ setup_coding_system (coding_system, coding)
= CODING_REQUIRE_DECODING_MASK | CODING_REQUIRE_ENCODING_MASK;
}
else
coding->eol_type = system_eol_type;
coding->eol_type = CODING_EOL_LF;
coding_type = XVECTOR (coding_spec)->contents[0];
/* Try short cut. */