* pop3.el (pop3-open-server): Revert multibyte change. From
Pavel@Janik.cz (Pavel Janik).
+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.
"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)))