]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 9 Feb 2001 05:29:17 +0000 (05:29 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 9 Feb 2001 05:29:17 +0000 (05:29 +0000)
src/ChangeLog

index de3f082b2062d6fdd09d3280f91ff1ad9dac1631..0cad31214279edfcd49050daf5d0b3b2d20f0259 100644 (file)
@@ -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.