emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Thu, 13 Apr 2006 04:25:00 +0000

Index: emacs/src/coding.c
diff -u emacs/src/coding.c:1.331 emacs/src/coding.c:1.332
--- emacs/src/coding.c:1.331    Wed Apr 12 05:47:20 2006
+++ emacs/src/coding.c  Thu Apr 13 04:24:59 2006
@@ -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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]