diff options
author | Kenichi Handa <handa@m17n.org> | 1997-11-08 03:09:24 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1997-11-08 03:09:24 +0000 |
commit | e36acf38cf5ed8b10b4b7104cc6a777f9b72ee94 (patch) | |
tree | 3ab94e7f82b86f79a852d18a7d6dabd4c3e43e8b /lisp/gnus | |
parent | aa2fada65e0ed0cd2e791185f2a86f34a03dc1d9 (diff) | |
download | emacs-e36acf38cf5ed8b10b4b7104cc6a777f9b72ee94.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.el | 4 |
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) ) |