From: yamaoka Date: Wed, 13 Mar 2002 23:42:43 +0000 (+0000) Subject: 2002-03-13 Simon Josefsson X-Git-Tag: t-gnus-6_15_6-00~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=760ed554a32029896337ea9e00b10d0cdd7c54bf;p=elisp%2Fgnus.git- 2002-03-13 Simon Josefsson * pop3.el (pop3-open-server): Revert multibyte change. From Pavel@Janik.cz (Pavel Janik). --- diff --git a/ChangeLog b/ChangeLog index 73c2217..522f5ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-13 Simon Josefsson + + * pop3.el (pop3-open-server): Revert multibyte change. From + Pavel@Janik.cz (Pavel Jan,Bm(Bk). + 2002-03-12 Katsumi Yamaoka * lisp/pop3.el (pop3-open-server): Set process buffer unibyte. diff --git a/lisp/pop3.el b/lisp/pop3.el index c6584e6..2c2136b 100644 --- a/lisp/pop3.el +++ b/lisp/pop3.el @@ -188,7 +188,7 @@ Nil means no, t means yes, not-nil-or-t means yet to be determined.") "Open TCP connection to MAILHOST on PORT. Returns the process associated with the connection. Argument PORT specifies connecting port." - (let (default-enable-multibyte-characters process) + (let (process) (save-excursion (set-buffer (get-buffer-create (concat " trace of POP session to " mailhost)))