aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>1997-11-08 03:09:24 +0000
committerKenichi Handa <[email protected]>1997-11-08 03:09:24 +0000
commite36acf38cf5ed8b10b4b7104cc6a777f9b72ee94 (patch)
tree3ab94e7f82b86f79a852d18a7d6dabd4c3e43e8b /lisp/gnus
parentaa2fada65e0ed0cd2e791185f2a86f34a03dc1d9 (diff)
(gnus-mule-initialize): Do not set
nntp-coding-system-for-read and nntp-coding-system-for-write.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/gnus-mule.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-mule.el b/lisp/gnus/gnus-mule.el
index 2cc6674e66..2a149bef3f 100644
--- a/lisp/gnus/gnus-mule.el
+++ b/lisp/gnus/gnus-mule.el
@@ -189,9 +189,7 @@ coding-system for reading and writing respectively."
'gnus-mule-message-send-news-function)
(add-hook 'message-send-mail-hook
'gnus-mule-message-send-mail-function)
- (setq nntp-coding-system-for-read 'binary
- nntp-coding-system-for-write 'binary
- nnheader-file-coding-system 'binary
+ (setq nnheader-file-coding-system 'binary
nnmail-file-coding-system 'binary)
)