Importing Pterodactyl Gnus v0.96.
[elisp/gnus.git-] / lisp / nndoc.el
index e2f9be8..66e24cb 100644 (file)
@@ -290,7 +290,7 @@ from the document.")
        (mm-enable-multibyte)
        (erase-buffer)
        (if (stringp nndoc-address)
-           (mm-insert-file-contents nndoc-address)
+           (nnheader-insert-file-contents nndoc-address)
          (insert-buffer-substring nndoc-address))
        (run-hooks 'nndoc-open-document-hook))))
     ;; Initialize the nndoc structures according to this new document.