(set_auto_coding_unwind): New function.
authorKenichi Handa <handa@m17n.org>
Fri, 12 Jun 1998 01:38:07 +0000 (01:38 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 12 Jun 1998 01:38:07 +0000 (01:38 +0000)
commitb413243374cb897b48e786b4c84f4a39eb18ccef
tree2d7ff08d68e676cf3fe8d3da04e93456600f48c7
parent03c6b7f66dd5a7f467c35470ab2a53a9301677fc
(set_auto_coding_unwind): New function.
(Finsert_file_contents): If the current buffer is empty, decide
the coding system after the file is inserted in the buffer.  If
not, insert the head and tail of a file in a temporary buffer and
call set-auto-coding-function.
(e_write): If there are carryover bytes in encoding because of
incomplete multibyte form, write them out as is.
src/fileio.c