+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
"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)))