Importing Pterodactyl Gnus v0.97.
[elisp/gnus.git-] / lisp / nnspool.el
index 9ad2b4f..59dce98 100644 (file)
@@ -438,8 +438,8 @@ there.")
   (set-buffer nntp-server-buffer)
   (erase-buffer)
   (condition-case ()
-      (let ((nnheader-file-coding-system nnspool-file-coding-system))
-       (nnheader-insert-file-contents file)
+      (let ((coding-system-for-read nnspool-file-coding-system))
+       (mm-insert-file-contents file)
        t)
     (file-error nil)))