1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00

(Finsert_file_contents): Be sure to setup src_multibyte

and dst_multibyte members of coding.
This commit is contained in:
Kenichi Handa 2000-06-10 00:35:26 +00:00
parent 88b837a212
commit 6db43875f5

View file

@ -4204,6 +4204,9 @@ actually used.")
/* We must suppress all character code conversion except for
end-of-line conversion. */
setup_raw_text_coding_system (&coding);
coding.src_multibyte = 0;
coding.dst_multibyte
= !NILP (current_buffer->enable_multibyte_characters);
}
if (!NILP (visit)