From e36acf38cf5ed8b10b4b7104cc6a777f9b72ee94 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 8 Nov 1997 03:09:24 +0000 Subject: (gnus-mule-initialize): Do not set nntp-coding-system-for-read and nntp-coding-system-for-write. --- lisp/gnus/gnus-mule.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lisp/gnus') 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) ) -- cgit v1.2.3