(gnus-summary-import-article): Use `nnheader-insert-file-contents'.
authorshuhei-k <shuhei-k>
Sun, 15 Mar 1998 01:21:24 +0000 (01:21 +0000)
committershuhei-k <shuhei-k>
Sun, 15 Mar 1998 01:21:24 +0000 (01:21 +0000)
lisp/gnus-sum.el

index f150465..762c59e 100644 (file)
@@ -7217,7 +7217,7 @@ latter case, they will be copied into the relevant groups."
       (set-buffer (get-buffer-create " *import file*"))
       (buffer-disable-undo (current-buffer))
       (erase-buffer)
-      (insert-file-contents file)
+      (nnheader-insert-file-contents file)
       (goto-char (point-min))
       (unless (nnheader-article-p)
        ;; This doesn't look like an article, so we fudge some headers.