*** empty log message ***
[gnus] / lisp / nndoc.el
index a6fde41..a789bfd 100644 (file)
@@ -289,7 +289,7 @@ from the document.")
        (set-buffer nndoc-current-buffer)
        (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.