diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2a50cd86799..9d71be3f3ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -164,7 +164,7 @@ | |||
| 164 | (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro. | 164 | (FETCH_STRING_CHAR_ADVANCE_NO_CHECK): New macro. |
| 165 | (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer. | 165 | (FETCH_CHAR_ADVANCE): Check multibyteness of the current buffer. |
| 166 | 166 | ||
| 167 | * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->resutl to | 167 | * coding.c (ONE_MORE_BYTE, TWO_MORE_BYTES): Set coding->result to |
| 168 | CODING_FINISH_INSUFFICIENT_SRC if there's not enough source. | 168 | CODING_FINISH_INSUFFICIENT_SRC if there's not enough source. |
| 169 | (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE, | 169 | (ONE_MORE_CHAR, EMIT_CHAR, EMIT_ONE_BYTE, EMIT_TWO_BYTE, |
| 170 | EMIT_BYTES): New macros. | 170 | EMIT_BYTES): New macros. |
| @@ -255,7 +255,7 @@ | |||
| 255 | dst_multibyte members of coding. On handling REPLACE on unibyte | 255 | dst_multibyte members of coding. On handling REPLACE on unibyte |
| 256 | buffer, convert the result of decode_coding to unibyte. On | 256 | buffer, convert the result of decode_coding to unibyte. On |
| 257 | inserting into a mutibyte buffer, always call code_convert_region. | 257 | inserting into a mutibyte buffer, always call code_convert_region. |
| 258 | (e_write): Setup cdoing->src_multibyte according to the | 258 | (e_write): Setup coding->src_multibyte according to the |
| 259 | multibyteness of the source (buffer or string). | 259 | multibyteness of the source (buffer or string). |
| 260 | 260 | ||
| 261 | * fns.c (concat): Handle 8-bit characters correctly. | 261 | * fns.c (concat): Handle 8-bit characters correctly. |