+1998-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * emu-mule.el (insert-file-contents-as-binary): Use
+ file-coding-system-for-read instead of file-coding-system.
+
+\f
1998-06-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* APEL: Version 8.14 was released.
Namely this function ensures that only format decoding and character
code conversion will not take place."
(let (mc-flag
- (file-coding-system *noconv*))
+ (file-coding-system-for-read *noconv*))
(insert-file-contents filename visit beg end replace)
))