Mercurial > emacs
changeset 20237:185b19c23dd2
(gnus-mule-initialize): Do not set
nntp-coding-system-for-read and nntp-coding-system-for-write.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 08 Nov 1997 03:09:24 +0000 |
parents | fe71a35628c9 |
children | 72b506b0fbcc |
files | lisp/gnus/gnus-mule.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-mule.el Sat Nov 08 03:09:24 1997 +0000 +++ b/lisp/gnus/gnus-mule.el Sat Nov 08 03:09:24 1997 +0000 @@ -189,9 +189,7 @@ '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) )