From aa2fada65e0ed0cd2e791185f2a86f34a03dc1d9 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 8 Nov 1997 03:09:24 +0000 Subject: [PATCH] (nntp-coding-system-for-read): Set default value to binary. (nntp-coding-system-for-write): Likewise. --- lisp/gnus/nntp.el | 4 ++-- 1 file 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'" "*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.") -- 2.39.2