aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2000-05-24 16:29:46 +0000
committerEli Zaretskii2000-05-24 16:29:46 +0000
commitbd4bde7f2dd826d1c3403e7e976f41de34f942a4 (patch)
treeb027c1e5cb98e8753e824083fd2399b6ee313057 /src/ChangeLog
parentab59163d52a8d1c41edb40fd793dc8de582f7cc1 (diff)
downloademacs-bd4bde7f2dd826d1c3403e7e976f41de34f942a4.tar.gz
emacs-bd4bde7f2dd826d1c3403e7e976f41de34f942a4.zip
Correct typos.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
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.