emu-mule.el (insert-file-contents-as-binary): Use file-coding-system-for-read instead...
[elisp/apel.git] / emu-mule.el
index 8384501..cce6a84 100644 (file)
@@ -156,7 +156,7 @@ automatic uncompression, etc.
 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)
     ))