From: Kenichi Handa Date: Sat, 8 Nov 1997 03:09:24 +0000 (+0000) Subject: (nntp-coding-system-for-read): Set default value to X-Git-Tag: emacs-20.3~2837 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa2fada65e0ed0cd2e791185f2a86f34a03dc1d9;p=emacs.git (nntp-coding-system-for-read): Set default value to binary. (nntp-coding-system-for-write): Likewise. --- 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'" "*If non-nil, beep when a server closes connection.") ;; 1997/5/4 by MORIOKA Tomohiko -(defvoo nntp-coding-system-for-read nil +(defvoo nntp-coding-system-for-read 'binary "*Coding system to read from NNTP.") -(defvoo nntp-coding-system-for-write nil +(defvoo nntp-coding-system-for-write 'binary "*Coding system to write to NNTP.")