Mercurial > emacs
changeset 89851:b2d1259417e3
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 09 Mar 2004 02:30:13 +0000 |
parents | 885b083d5599 |
children | b636ae1109c6 |
files | src/ChangeLog.22 src/coding.c |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.22 Tue Mar 09 02:19:36 2004 +0000 +++ b/src/ChangeLog.22 Tue Mar 09 02:30:13 2004 +0000 @@ -1,5 +1,8 @@ 2004-03-09 Kenichi Handa <handa@m17n.org> + * search.c (simple_search): Fix setting this_pos_byte in backward + search. + * coding.c (detect_coding_emacs_mule): Fix counting of encoded byte sequence. (detect_coding_ccl): Fix setting of the variable valids.
--- a/src/coding.c Tue Mar 09 02:19:36 2004 +0000 +++ b/src/coding.c Tue Mar 09 02:30:13 2004 +0000 @@ -5163,7 +5163,7 @@ o coding-category-utf-8 The category for a coding system which has the same code range - as UTF-8 (cf. RFC2279). Assigned the coding-system (Lisp + as UTF-8 (cf. RFC3629). Assigned the coding-system (Lisp symbol) `utf-8' by default. o coding-category-utf-16-be