* pop3.el (pop3-open-server): Set process buffer unibyte.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 12 Mar 2002 11:31:37 +0000 (11:31 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 12 Mar 2002 11:31:37 +0000 (11:31 +0000)
lisp/ChangeLog
lisp/pop3.el

index 1162b62..60bae66 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * pop3.el (pop3-open-server): Set process buffer unibyte.
+
 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
index 5f0ef71..24d63e7 100644 (file)
@@ -133,6 +133,7 @@ Used for APOP authentication.")
 Returns the process associated with the connection."
   (let ((coding-system-for-read 'binary)
        (coding-system-for-write 'binary)
+       default-enable-multibyte-characters
        process)
     (save-excursion
       (set-buffer (get-buffer-create (concat " trace of POP session to "