Mercurial > emacs
changeset 89227:101ee928c088
(Fdefine_coding_system_internal): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 16 Oct 2002 09:12:55 +0000 |
parents | 7495988a54bc |
children | 0d3de0f3bef6 |
files | src/coding.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Wed Oct 16 05:04:10 2002 +0000 +++ b/src/coding.c Wed Oct 16 09:12:55 2002 +0000 @@ -7720,6 +7720,9 @@ ? coding_category_iso_8_1 : coding_category_iso_8_2); } + if (category != coding_category_iso_8_1 + && category != coding_category_iso_8_2) + CODING_ATTR_ASCII_COMPAT (attrs) = Qnil; } else if (EQ (coding_type, Qemacs_mule)) {