projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c48883a
)
(gnus-summary-import-article): Use `nnheader-insert-file-contents'.
author
shuhei-k
<shuhei-k>
Sun, 15 Mar 1998 01:21:24 +0000
(
01:21
+0000)
committer
shuhei-k
<shuhei-k>
Sun, 15 Mar 1998 01:21:24 +0000
(
01:21
+0000)
lisp/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-sum.el
b/lisp/gnus-sum.el
index
f150465
..
762c59e
100644
(file)
--- a/
lisp/gnus-sum.el
+++ b/
lisp/gnus-sum.el
@@
-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.