]> git.eshelyaron.com Git - emacs.git/commitdiff
(setup_coding_system): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 13 Apr 2006 04:25:44 +0000 (04:25 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 13 Apr 2006 04:25:44 +0000 (04:25 +0000)
src/ChangeLog
src/coding.c

index 71b7dde96b04da5ecb4c85c15917fb8c718b033e..e2da810a4fc85d21090a4b7ce3cfe80f06bed9a0 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-13  Kenichi Handa  <handa@m17n.org>
+
+       * coding.c (setup_coding_system): Fix previous change.
+
 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
 
        * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical
index 3ffc976079cbf7e1f999ce042913aa1f0e6ea07f..51e76e51b713d33317fa8c21930d64b1b1b5484f 100644 (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.  */