emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fileio.c,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c,v
Date: Wed, 16 Aug 2006 00:20:10 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   06/08/16 00:20:09

Index: fileio.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/fileio.c,v
retrieving revision 1.571
retrieving revision 1.572
diff -u -b -r1.571 -r1.572
--- fileio.c    18 Jul 2006 13:27:48 -0000      1.571
+++ fileio.c    16 Aug 2006 00:20:09 -0000      1.572
@@ -4845,6 +4845,8 @@
       /* ... but with the special flag to indicate not to strip off
         leading code of eight-bit-control chars.  */
       coding->flags = 1;
+      /* We force LF for end-of-line because that is faster.  */
+      coding->eol_type = CODING_EOL_LF;
       goto done_setup_coding;
     }
   else if (!NILP (Vcoding_system_for_write))




reply via email to

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