2002-03-13 Simon Josefsson <jas@extundo.com>
authoryamaoka <yamaoka>
Wed, 13 Mar 2002 23:42:43 +0000 (23:42 +0000)
committeryamaoka <yamaoka>
Wed, 13 Mar 2002 23:42:43 +0000 (23:42 +0000)
* pop3.el (pop3-open-server): Revert multibyte change.  From
Pavel@Janik.cz (Pavel Janik).

ChangeLog
lisp/pop3.el

index 73c2217..522f5ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-13  Simon Josefsson  <jas@extundo.com>
+
+       * pop3.el (pop3-open-server): Revert multibyte change.  From
+       Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
+
 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * lisp/pop3.el (pop3-open-server): Set process buffer unibyte.
index c6584e6..2c2136b 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 (default-enable-multibyte-characters process)
+  (let (process)
     (save-excursion
       (set-buffer (get-buffer-create (concat " trace of POP session to "
                                             mailhost)))