changeset 20236:fe71a35628c9

(nntp-coding-system-for-read): Set default value to binary. (nntp-coding-system-for-write): Likewise.
author Kenichi Handa <handa@m17n.org>
date Sat, 08 Nov 1997 03:09:24 +0000
parents 518f3a9e5812
children 185b19c23dd2
files lisp/gnus/nntp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/nntp.el	Sat Nov 08 03:09:24 1997 +0000
+++ b/lisp/gnus/nntp.el	Sat Nov 08 03:09:24 1997 +0000
@@ -150,10 +150,10 @@
   "*If non-nil, beep when a server closes connection.")
 
 ;; 1997/5/4 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-(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.")