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:57:52 +0000

Index: emacs/src/coding.c
diff -u emacs/src/coding.c:1.333 emacs/src/coding.c:1.334
--- emacs/src/coding.c:1.333    Thu Apr 13 04:39:07 2006
+++ emacs/src/coding.c  Thu Apr 13 04:57:52 2006
@@ -5256,6 +5256,8 @@
   if (coding->type == coding_type_ccl
       || coding->eol_type == CODING_EOL_CRLF
       || coding->eol_type == CODING_EOL_CR
+      || (coding->eol_type == CODING_EOL_UNDECIDED
+         && system_eol_type != CODING_EOL_LF)
       || (coding->cmp_data && coding->cmp_data->used > 0))
     {
       /* We can't skip any data.  */




reply via email to

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