From: Richard M. Stallman Date: Tue, 2 Sep 1997 20:56:02 +0000 (+0000) Subject: (detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT X-Git-Tag: emacs-20.1~260 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d648571be5e56c12b739c0de61ceaa98ba268e6;p=emacs.git (detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT in the detect_coding_iso2022 case. --- 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) {