]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-mule-initialize): Do not set
authorKenichi Handa <handa@m17n.org>
Sat, 8 Nov 1997 03:09:24 +0000 (03:09 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 8 Nov 1997 03:09:24 +0000 (03:09 +0000)
nntp-coding-system-for-read and nntp-coding-system-for-write.

lisp/gnus/gnus-mule.el

index 2cc6674e66cfb53e2576fbcc2dff62eb55b05878..2a149bef3f907df69d7b57b19b827e5d93af7a17 100644 (file)
@@ -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)
   )