aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c
index 9c18a9d3036..c4f927459ff 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -7720,6 +7720,9 @@ usage: (define-coding-system-internal ...) */)
7720 ? coding_category_iso_8_1 7720 ? coding_category_iso_8_1
7721 : coding_category_iso_8_2); 7721 : coding_category_iso_8_2);
7722 } 7722 }
7723 if (category != coding_category_iso_8_1
7724 && category != coding_category_iso_8_2)
7725 CODING_ATTR_ASCII_COMPAT (attrs) = Qnil;
7723 } 7726 }
7724 else if (EQ (coding_type, Qemacs_mule)) 7727 else if (EQ (coding_type, Qemacs_mule))
7725 { 7728 {