changeset 19688:854a46c2aac5

(detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT in the detect_coding_iso2022 case.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Sep 1997 20:56:02 +0000
parents c510bee23510
children 08b92fab92af
files src/coding.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Tue Sep 02 20:00:28 1997 +0000
+++ b/src/coding.c	Tue Sep 02 20:56:02 1997 +0000
@@ -2693,6 +2693,7 @@
       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)
     {