diff 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
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.  */