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:
parent
0791fc5615
commit
aa2fada65e
1 changed files with 2 additions and 2 deletions
|
|
@ -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.")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue