Mercurial > emacs
changeset 69989:c3f0c8cc639e
(setup_coding_system): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 13 Apr 2006 04:24:59 +0000 |
parents | f4b6648f6d4f |
children | 92f0b81bdaa3 |
files | src/coding.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Thu Apr 13 01:38:24 2006 +0000 +++ b/src/coding.c Thu Apr 13 04:24:59 2006 +0000 @@ -3621,7 +3621,7 @@ = 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. */