Mercurial > emacs
comparison src/coding.c @ 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 | 32058afc72e2 |
| children | 1fd77c471ee6 |
comparison
equal
deleted
inserted
replaced
| 89226:7495988a54bc | 89227:101ee928c088 |
|---|---|
| 7718 ? coding_category_iso_8_else | 7718 ? coding_category_iso_8_else |
| 7719 : (CHARSET_DIMENSION (CHARSET_FROM_ID (id)) == 1) | 7719 : (CHARSET_DIMENSION (CHARSET_FROM_ID (id)) == 1) |
| 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 { |
| 7726 if (EQ (args[coding_arg_charset_list], Qemacs_mule)) | 7729 if (EQ (args[coding_arg_charset_list], Qemacs_mule)) |
| 7727 ASET (attrs, coding_attr_emacs_mule_full, Qt); | 7730 ASET (attrs, coding_attr_emacs_mule_full, Qt); |
