1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(gnus-mule-initialize): Do not set

nntp-coding-system-for-read and nntp-coding-system-for-write.
This commit is contained in:
Kenichi Handa 1997-11-08 03:09:24 +00:00
parent aa2fada65e
commit e36acf38cf

View 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)
)