unibyte buffer, check if we must decode the result or not.
respectively.
(decode_coding_gap): Run post-read-conversion if any.
+ * fileio.c (Finsert_file_contents): Even if we read into a
+ unibyte buffer, check if we must decode the result or not.
+
2003-05-29 Kenichi Handa <handa@m17n.org>
* coding.c (make_conversion_work_buffer): Change the work buffer
current_buffer->enable_multibyte_characters = Qnil;
}
- if ((! NILP (current_buffer->enable_multibyte_characters)
- || CODING_REQUIRE_DETECTION (&coding)
+ if ((CODING_REQUIRE_DETECTION (&coding)
|| CODING_REQUIRE_DECODING (&coding))
&& (inserted > 0 || CODING_REQUIRE_FLUSHING (&coding)))
{