diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 3a53c95e7e7..a42fbee3a69 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -3141,10 +3141,12 @@ setup_coding_system (coding_system, coding) | |||
| 3141 | if (reg_bits) | 3141 | if (reg_bits) |
| 3142 | for (charset = 0; charset <= MAX_CHARSET; charset++) | 3142 | for (charset = 0; charset <= MAX_CHARSET; charset++) |
| 3143 | { | 3143 | { |
| 3144 | if (CHARSET_VALID_P (charset)) | 3144 | if (CHARSET_VALID_P (charset) |
| 3145 | && (CODING_SPEC_ISO_REQUESTED_DESIGNATION (coding, charset) | ||
| 3146 | == CODING_SPEC_ISO_NO_REQUESTED_DESIGNATION)) | ||
| 3145 | { | 3147 | { |
| 3146 | /* There exist some default graphic registers to be | 3148 | /* There exist some default graphic registers to be |
| 3147 | used CHARSET. */ | 3149 | used by CHARSET. */ |
| 3148 | 3150 | ||
| 3149 | /* We had better avoid designating a charset of | 3151 | /* We had better avoid designating a charset of |
| 3150 | CHARS96 to REG 0 as far as possible. */ | 3152 | CHARS96 to REG 0 as far as possible. */ |