diff options
| author | Kenichi Handa | 2010-03-02 13:44:28 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-03-02 13:44:28 +0900 |
| commit | fc9a17bcf7fdb1aca3b2ecec7e6d36c138907ef4 (patch) | |
| tree | 309bb666bce9e02dcfb226b10b08fa9ae5922d98 /src/ChangeLog | |
| parent | 743c12d63d0675ecce703c4da9b7f292ac200378 (diff) | |
| download | emacs-fc9a17bcf7fdb1aca3b2ecec7e6d36c138907ef4.tar.gz emacs-fc9a17bcf7fdb1aca3b2ecec7e6d36c138907ef4.zip | |
Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cb9b2d85d11..aec692b39ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-03-02 Kenichi Handa <handa@m17n.org> | 1 | 2010-03-02 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * character.c (parse_str_as_multibyte): Fix handling of the | ||
| 4 | multibyte form of raw-bytes. | ||
| 5 | (str_as_multibyte): Likewise. | ||
| 6 | |||
| 3 | * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte | 7 | * buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte |
| 4 | form of raw-bytes. | 8 | form of raw-bytes. |
| 5 | 9 | ||