]> git.eshelyaron.com Git - emacs.git/commitdiff
(nntp-coding-system-for-read): Set default value to
authorKenichi Handa <handa@m17n.org>
Sat, 8 Nov 1997 03:09:24 +0000 (03:09 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 8 Nov 1997 03:09:24 +0000 (03:09 +0000)
binary.
(nntp-coding-system-for-write): Likewise.

lisp/gnus/nntp.el

index d73bf1c87c00990ee49e63ac2095f30c66fd81f0..eeb93748af3b00cad7a85c4bec12bfd4bf724d66 100644 (file)
@@ -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 <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.")
 
 \f