Mercurial > emacs
changeset 19613:666288d82ae1
(detect_eol): Do not select no-conversion even if EOL
format of raw-text file is inconsistent. Just read it by
raw-text-unix.
(Fdetect_coding_region): Do not select no-conversion even if EOL
format of raw-text file is inconsistent.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 28 Aug 1997 10:54:13 +0000 |
parents | 783efd6c7c1e |
children | a0db11a32775 |
files | src/coding.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Thu Aug 28 10:51:12 1997 +0000 +++ b/src/coding.c Thu Aug 28 10:54:13 1997 +0000 @@ -2839,7 +2839,7 @@ { #if 0 /* This code is suppressed until we find a better way to - distinguish raw-text and binary. */ + distinguish raw text file and binary file. */ /* If we have already detected that the coding is raw-text, the coding should actually be no-conversion. */ @@ -3182,7 +3182,7 @@ { #if 0 /* This code is suppressed until we find a better way to - distinguish raw-text and binary. */ + distinguish raw text file and binary file. */ if (idx == CODING_CATEGORY_IDX_RAW_TEXT && eol_type == CODING_EOL_INCONSISTENT)