Mercurial > emacs
changeset 17485:abfa77a2693b
(setup_coding_system): Setup coding->eol_type as LF
for a invalid coding system.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 16 Apr 1997 01:04:54 +0000 |
parents | 3303fa112347 |
children | b555959aaf3f |
files | src/coding.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Wed Apr 16 00:56:40 1997 +0000 +++ b/src/coding.c Wed Apr 16 01:04:54 1997 +0000 @@ -2277,6 +2277,7 @@ label_invalid_coding_system: coding->type = coding_type_no_conversion; + coding->eol_type = CODING_EOL_LF; coding->symbol = coding->pre_write_conversion = coding->post_read_conversion = Qnil; return -1;