Mercurial > emacs
changeset 35996:3d6ad164318c
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 09 Feb 2001 05:29:17 +0000 |
parents | b511edc4a348 |
children | d04b544d2a18 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Feb 08 23:29:44 2001 +0000 +++ b/src/ChangeLog Fri Feb 09 05:29:17 2001 +0000 @@ -1,5 +1,11 @@ 2001-02-09 Kenichi Handa <handa@etl.go.jp> + * charset.c (Fstring): If all arguments are less than 256, return + a unibyte string. + + * editfns.c (Fchar_to_string): If CHARACTER is less than 256, + return a unibyte string. + * coding.c (code_convert_region): After detecting a coding, if nothing found, set coding->composing to COMPOSITION_NO. (decode_coding_string): Likewise.