(Finsert_file_contents): If VISIT is non-nil, and
authorGerd Moellmann <gerd@gnu.org>
Thu, 23 Aug 2001 13:18:33 +0000 (13:18 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 23 Aug 2001 13:18:33 +0000 (13:18 +0000)
commit1f83434377b127eca9a0296e983c7e4949974c15
tree93c92980838291a11724898cd9d81700acba28ca
parent4063fff35d4b066e8f3205a57fca5582417e6d06
(Finsert_file_contents): If VISIT is non-nil, and
coding.type is coding_type_no_conversion or coding_type_raw_text,
use Fset_buffer_multibyte to make the buffer unibyte if REPLACE is
non-nil instead of just setting enable_multibyte_characters in the
buffer to nil.
src/fileio.c