* pop3.el (pop3-open-server): Set process buffer unibyte.
[elisp/gnus.git-] / lisp / pop3.el
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)))