projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f332833
)
* lisp/gnus/gnus-mh.el (gnus-summary-save-in-folder): Slightly change
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 21 Nov 2016 06:40:01 +0000
(06:40 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Mon, 21 Nov 2016 06:40:01 +0000
(06:40 +0000)
the last commit.
lisp/gnus/gnus-mh.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-mh.el
b/lisp/gnus/gnus-mh.el
index 84c90be3235a31511d81b92c2adc79c0e4b7e868..b33402f2ad763d448f2464c977bf76fdb8b95f51 100644
(file)
--- a/
lisp/gnus/gnus-mh.el
+++ b/
lisp/gnus/gnus-mh.el
@@
-85,11
+85,9
@@
Optional argument FOLDER specifies folder name."
(widen)
(unwind-protect
(apply
- 'call-process-region
- (append
- (list (point-min) (point-max) "rcvstore" nil errbuf nil
- folder)
- gnus-rcvstore-options))
+ #'call-process-region
+ (point-min) (point-max) "rcvstore" nil errbuf nil folder
+ gnus-rcvstore-options)
(set-buffer errbuf)
(if (zerop (buffer-size))
(message "Article saved in folder: %s" folder)