Show
Ignore:
Timestamp:
08/18/06 08:35:31 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/fileio.c

    r4131 r4148  
    48534853         leading code of eight-bit-control chars.  */ 
    48544854      coding->flags = 1; 
     4855      /* We force LF for end-of-line because that is faster.  */ 
     4856      coding->eol_type = CODING_EOL_LF; 
    48554857      goto done_setup_coding; 
    48564858    }