summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-02 20:56:02 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-02 20:56:02 +0000
commit2d06b93fd30f18e6f949439b32a9fa60d61e080c (patch)
treee283bd895cb00ff481913d2a722024fdc282187e /src
parenta8fbd5467fdad735d35ee78c1f8f0bdfae682c6a (diff)
downloademacs-2d06b93fd30f18e6f949439b32a9fa60d61e080c.tar.gz
(detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT
in the detect_coding_iso2022 case.
Diffstat (limited to 'src')
-rw-r--r--src/coding.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index 7cb5200c08d..fd092886fbc 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -2693,6 +2693,7 @@ detect_coding_mask (src, src_bytes)
if (mask == CODING_CATEGORY_MASK_ANY)
/* No valid ISO2022 code follows C. Try again. */
goto label_loop_detect_coding;
+ mask |= CODING_CATEGORY_MASK_RAW_TEXT;
}
else if (c < 0xA0)
{