diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 582b9268dbf..e756ba169dd 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -3980,7 +3980,7 @@ decode_coding_iso_2022 (struct coding_system *coding) | |||
| 3980 | /* Reset the invocation and designation status to the safest | 3980 | /* Reset the invocation and designation status to the safest |
| 3981 | one; i.e. designate ASCII to the graphic register 0, and | 3981 | one; i.e. designate ASCII to the graphic register 0, and |
| 3982 | invoke that register to the graphic plane 0. This typically | 3982 | invoke that register to the graphic plane 0. This typically |
| 3983 | helps the case that an designation sequence for ASCII "ESC ( | 3983 | helps the case that a designation sequence for ASCII "ESC ( |
| 3984 | B" is somehow broken (e.g. broken by a newline). */ | 3984 | B" is somehow broken (e.g. broken by a newline). */ |
| 3985 | CODING_ISO_INVOCATION (coding, 0) = 0; | 3985 | CODING_ISO_INVOCATION (coding, 0) = 0; |
| 3986 | CODING_ISO_DESIGNATION (coding, 0) = charset_ascii; | 3986 | CODING_ISO_DESIGNATION (coding, 0) = charset_ascii; |