diff options
| -rw-r--r-- | lisp/gnus/nntp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index d73bf1c87c0..eeb93748af3 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el | |||
| @@ -150,10 +150,10 @@ server there that you can connect to. See also `nntp-open-connection-function'" | |||
| 150 | "*If non-nil, beep when a server closes connection.") | 150 | "*If non-nil, beep when a server closes connection.") |
| 151 | 151 | ||
| 152 | ;; 1997/5/4 by MORIOKA Tomohiko <morioka@jaist.ac.jp> | 152 | ;; 1997/5/4 by MORIOKA Tomohiko <morioka@jaist.ac.jp> |
| 153 | (defvoo nntp-coding-system-for-read nil | 153 | (defvoo nntp-coding-system-for-read 'binary |
| 154 | "*Coding system to read from NNTP.") | 154 | "*Coding system to read from NNTP.") |
| 155 | 155 | ||
| 156 | (defvoo nntp-coding-system-for-write nil | 156 | (defvoo nntp-coding-system-for-write 'binary |
| 157 | "*Coding system to write to NNTP.") | 157 | "*Coding system to write to NNTP.") |
| 158 | 158 | ||
| 159 | 159 | ||