Mercurial > emacs
changeset 23435:dd68893482a9
(pop3-open-server): Bind coding-system-for-read and ...-for-write.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 Oct 1998 23:15:16 +0000 |
parents | 1dd05eb0443d |
children | 629892842585 |
files | lisp/gnus/pop3.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/pop3.el Mon Oct 12 20:03:15 1998 +0000 +++ b/lisp/gnus/pop3.el Mon Oct 12 23:15:16 1998 +0000 @@ -110,8 +110,8 @@ (let ((process-buffer (get-buffer-create (format "trace of POP session to %s" mailhost))) (process) - (process-coding-system-alist - (cons '("POP" . nil) process-coding-system-alist))) + (coding-system-for-read 'no-conversion) + (coding-system-for-write 'no-conversion)) (save-excursion (set-buffer process-buffer) (erase-buffer))