diff options
| author | Kenichi Handa | 2004-03-09 02:30:13 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-03-09 02:30:13 +0000 |
| commit | 6e76ae9103e7dd95d4b690b512ed8728eacae676 (patch) | |
| tree | 6640e8e4f557c582edcb0695450623406af2ae71 /src | |
| parent | 130b729cfb0365a7b214b91659dc19afa3da011a (diff) | |
| download | emacs-6e76ae9103e7dd95d4b690b512ed8728eacae676.tar.gz emacs-6e76ae9103e7dd95d4b690b512ed8728eacae676.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 3 | ||||
| -rw-r--r-- | src/coding.c | 2 |
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 @@ | |||
| 1 | 2004-03-09 Kenichi Handa <handa@m17n.org> | 1 | 2004-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 |