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.
{
#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. */
{
#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)