]> git.eshelyaron.com Git - emacs.git/commit
(Finsert_file_contents): Setup src_multibyte and
authorKenichi Handa <handa@m17n.org>
Fri, 19 May 2000 23:59:27 +0000 (23:59 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 19 May 2000 23:59:27 +0000 (23:59 +0000)
commit8c3b944144e8570089939774cdc7adb569f915b7
treeab9693ef0761004c4de2d6640e86e601372a1e20
parent9a599130ca12af563d1f7a64f07e1998ee1d29c8
(Finsert_file_contents): Setup src_multibyte and
dst_multibyte members of coding.  On handling REPLACE on unibyte
buffer, convert the result of decode_coding to unibyte.  On
inserting into a mutibyte buffer, always call code_convert_region.
(e_write): Setup cdoing->src_multibyte according to the
multibyteness of the source (buffer or string).
src/fileio.c