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:
8fde98c
)
(gnus-agent-braid-nov): Use `nnheader-insert-file-contents'.
author
shuhei-k
<shuhei-k>
Sun, 23 Aug 1998 05:44:27 +0000
(
05:44
+0000)
committer
shuhei-k
<shuhei-k>
Sun, 23 Aug 1998 05:44:27 +0000
(
05:44
+0000)
lisp/gnus-agent.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-agent.el
b/lisp/gnus-agent.el
index
ef8fce9
..
0c81559
100644
(file)
--- a/
lisp/gnus-agent.el
+++ b/
lisp/gnus-agent.el
@@
-811,7
+811,7
@@
the actual number of articles toggled is returned."
(goto-char (point-min))
(set-buffer nntp-server-buffer)
(erase-buffer)
- (insert-file-contents file)
+ (nnheader-insert-file-contents file)
(goto-char (point-max))
(if (or (= (point-min) (point-max))
(progn