aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.223
-rw-r--r--src/coding.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 9ad54d9e72a..0d455913263 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,5 +1,8 @@
12004-03-09 Kenichi Handa <handa@m17n.org> 12004-03-09 Kenichi Handa <handa@m17n.org>
2 2
3 * search.c (simple_search): Fix setting this_pos_byte in backward
4 search.
5
3 * coding.c (detect_coding_emacs_mule): Fix counting of encoded 6 * coding.c (detect_coding_emacs_mule): Fix counting of encoded
4 byte sequence. 7 byte sequence.
5 (detect_coding_ccl): Fix setting of the variable valids. 8 (detect_coding_ccl): Fix setting of the variable valids.
diff --git a/src/coding.c b/src/coding.c
index 1cce3d5e381..bde7ee586e6 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -5163,7 +5163,7 @@ coding_inherit_eol_type (coding_system, parent)
5163 o coding-category-utf-8 5163 o coding-category-utf-8
5164 5164
5165 The category for a coding system which has the same code range 5165 The category for a coding system which has the same code range
5166 as UTF-8 (cf. RFC2279). Assigned the coding-system (Lisp 5166 as UTF-8 (cf. RFC3629). Assigned the coding-system (Lisp
5167 symbol) `utf-8' by default. 5167 symbol) `utf-8' by default.
5168 5168
5169 o coding-category-utf-16-be 5169 o coding-category-utf-16-be