diff options
| author | Kenichi Handa | 1997-11-08 03:09:24 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-11-08 03:09:24 +0000 |
| commit | e36acf38cf5ed8b10b4b7104cc6a777f9b72ee94 (patch) | |
| tree | 3ab94e7f82b86f79a852d18a7d6dabd4c3e43e8b | |
| parent | aa2fada65e0ed0cd2e791185f2a86f34a03dc1d9 (diff) | |
| download | emacs-e36acf38cf5ed8b10b4b7104cc6a777f9b72ee94.tar.gz emacs-e36acf38cf5ed8b10b4b7104cc6a777f9b72ee94.zip | |
(gnus-mule-initialize): Do not set
nntp-coding-system-for-read and nntp-coding-system-for-write.
| -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." | |||
| 189 | 'gnus-mule-message-send-news-function) | 189 | 'gnus-mule-message-send-news-function) |
| 190 | (add-hook 'message-send-mail-hook | 190 | (add-hook 'message-send-mail-hook |
| 191 | 'gnus-mule-message-send-mail-function) | 191 | 'gnus-mule-message-send-mail-function) |
| 192 | (setq nntp-coding-system-for-read 'binary | 192 | (setq nnheader-file-coding-system 'binary |
| 193 | nntp-coding-system-for-write 'binary | ||
| 194 | nnheader-file-coding-system 'binary | ||
| 195 | nnmail-file-coding-system 'binary) | 193 | nnmail-file-coding-system 'binary) |
| 196 | ) | 194 | ) |
| 197 | 195 | ||