aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-11-08 03:09:24 +0000
committerKenichi Handa1997-11-08 03:09:24 +0000
commitaa2fada65e0ed0cd2e791185f2a86f34a03dc1d9 (patch)
tree7fa117933c6349e580186f45005ccdf5ac10c128
parent0791fc5615064e8277caf736c0d62632a6b12e54 (diff)
downloademacs-aa2fada65e0ed0cd2e791185f2a86f34a03dc1d9.tar.gz
emacs-aa2fada65e0ed0cd2e791185f2a86f34a03dc1d9.zip
(nntp-coding-system-for-read): Set default value to
binary. (nntp-coding-system-for-write): Likewise.
-rw-r--r--lisp/gnus/nntp.el4
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