aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 901f806e44b..a16142a9b41 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -252,7 +252,7 @@ decode_coding_XXXX (struct coding_system *coding)
252 CODING_RESULT_XXX indicating how the encoding finished. 252 CODING_RESULT_XXX indicating how the encoding finished.
253 253
254 DST_BYTES zero means that source area and destination area are 254 DST_BYTES zero means that source area and destination area are
255 overlapped, which means that we can produce a encoded text until it 255 overlapped, which means that we can produce an encoded text until it
256 reaches at the head of not-yet-encoded source text. 256 reaches at the head of not-yet-encoded source text.
257 257
258 Below is a template of these functions. */ 258 Below is a template of these functions. */
@@ -3973,7 +3973,7 @@ decode_coding_iso_2022 (struct coding_system *coding)
3973 /* Reset the invocation and designation status to the safest 3973 /* Reset the invocation and designation status to the safest
3974 one; i.e. designate ASCII to the graphic register 0, and 3974 one; i.e. designate ASCII to the graphic register 0, and
3975 invoke that register to the graphic plane 0. This typically 3975 invoke that register to the graphic plane 0. This typically
3976 helps the case that an designation sequence for ASCII "ESC ( 3976 helps the case that a designation sequence for ASCII "ESC (
3977 B" is somehow broken (e.g. broken by a newline). */ 3977 B" is somehow broken (e.g. broken by a newline). */
3978 CODING_ISO_INVOCATION (coding, 0) = 0; 3978 CODING_ISO_INVOCATION (coding, 0) = 0;
3979 CODING_ISO_DESIGNATION (coding, 0) = charset_ascii; 3979 CODING_ISO_DESIGNATION (coding, 0) = charset_ascii;