* pop3.el (pop3-open-server): Set process buffer unibyte.
authoryamaoka <yamaoka>
Tue, 12 Mar 2002 12:53:16 +0000 (12:53 +0000)
committeryamaoka <yamaoka>
Tue, 12 Mar 2002 12:53:16 +0000 (12:53 +0000)
ChangeLog
lisp/pop3.el

index 79453d7..73c2217 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/pop3.el (pop3-open-server): Set process buffer unibyte.
+
 2002-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/gnus-art.el (gnus-request-article-this-buffer): Temporally
index 2c2136b..c6584e6 100644 (file)
@@ -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)))