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:
parent
88b837a212
commit
6db43875f5
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue