1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(nntp-coding-system-for-read): Set default value to

binary.
(nntp-coding-system-for-write): Likewise.
This commit is contained in:
Kenichi Handa 1997-11-08 03:09:24 +00:00
parent 0791fc5615
commit aa2fada65e

View 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.")