From: yamaoka Date: Tue, 12 Mar 2002 12:53:16 +0000 (+0000) Subject: * pop3.el (pop3-open-server): Set process buffer unibyte. X-Git-Tag: t-gnus-6_15_6-00~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ad042d6b30359f0d7904e6d54abe187354f993fb;p=elisp%2Fgnus.git- * pop3.el (pop3-open-server): Set process buffer unibyte. --- diff --git a/ChangeLog b/ChangeLog index 79453d7..73c2217 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-12 Katsumi Yamaoka + + * lisp/pop3.el (pop3-open-server): Set process buffer unibyte. + 2002-02-22 Katsumi Yamaoka * lisp/gnus-art.el (gnus-request-article-this-buffer): Temporally diff --git a/lisp/pop3.el b/lisp/pop3.el index 2c2136b..c6584e6 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 (process) + (let (default-enable-multibyte-characters process) (save-excursion (set-buffer (get-buffer-create (concat " trace of POP session to " mailhost)))