From: Juanma Barranquero Date: Fri, 12 Apr 2002 14:32:09 +0000 (+0000) Subject: (pop3-open-server): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~15651 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d3b055c20aaa05d070ab6cafaaf91b1fd4594162;p=emacs.git (pop3-open-server): Fix typo. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index ff3a35fb97c..5c3f0590791 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2002-04-12 Juanma Barranquero + + * pop3.el (pop3-open-server): Fix typo. + 2002-04-12 ShengHuo ZHU * pop3.el (pop3-munge-message-separator): Work if no date. diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el index f00e0daf835..192c8f332dd 100644 --- a/lisp/gnus/pop3.el +++ b/lisp/gnus/pop3.el @@ -139,7 +139,7 @@ Returns the process associated with the connection." mailhost))) (erase-buffer) (setq pop3-read-point (point-min)) - (setq process (open-network-stream "POP"(current-buffer) mailhost port)) + (setq process (open-network-stream "POP" (current-buffer) mailhost port)) (let ((response (pop3-read-response process t))) (setq pop3-timestamp (substring response (or (string-match "<" response) 0)