summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-11-08 03:09:24 +0000
committerKenichi Handa <handa@m17n.org>1997-11-08 03:09:24 +0000
commitcac90a787ccef3e8e63499a9fd1555ac6998266a (patch)
treecbd1ee92ac3af480facea8e0102bc632de3bfecd /lisp/gnus
parentd28b36995039e8e4b3ab83054d0fa19d7bc6d37e (diff)
downloademacs-cac90a787ccef3e8e63499a9fd1555ac6998266a.tar.gz
(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 2cc6674e66c..2a149bef3f9 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)
)