diff options
| author | Kenichi Handa | 2002-10-16 09:12:55 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-10-16 09:12:55 +0000 |
| commit | 0ce7886f8dc08eaf195578fc066751f264d24f64 (patch) | |
| tree | 1fd49274eef01db5cdcbc9fa44d214fb0ee293b1 /src | |
| parent | 584948ace5db0ea50602dc395076af58aa383b3e (diff) | |
| download | emacs-0ce7886f8dc08eaf195578fc066751f264d24f64.tar.gz emacs-0ce7886f8dc08eaf195578fc066751f264d24f64.zip | |
(Fdefine_coding_system_internal): Fix previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.c | 3 |
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 | { |