# HG changeset patch # User Kenichi Handa # Date 878958564 0 # Node ID fe71a35628c936d2e50c2065a40e9fe26df97d5c # Parent 518f3a9e581294545e256b8a6e9837a2e9122079 (nntp-coding-system-for-read): Set default value to binary. (nntp-coding-system-for-write): Likewise. diff -r 518f3a9e5812 -r fe71a35628c9 lisp/gnus/nntp.el --- 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 -(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.")