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:39:07 +0000

Index: emacs/src/coding.c
diff -u emacs/src/coding.c:1.332 emacs/src/coding.c:1.333
--- emacs/src/coding.c:1.332    Thu Apr 13 04:24:59 2006
+++ emacs/src/coding.c  Thu Apr 13 04:39:07 2006
@@ -4998,6 +4998,8 @@
   coding->consumed = coding->consumed_char = 0;
   coding->errors = 0;
   coding->result = CODING_FINISH_NORMAL;
+  if (coding->eol_type == CODING_EOL_UNDECIDED)
+    coding->eol_type = system_eol_type;
 
   switch (coding->type)
     {




reply via email to

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