aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-04-12 14:32:09 +0000
committerJuanma Barranquero <[email protected]>2002-04-12 14:32:09 +0000
commitd3b055c20aaa05d070ab6cafaaf91b1fd4594162 (patch)
tree5a833deb65ffae57ee33f8c883e38e78d2df335d /lisp
parent7d4cc82846d8a6eace629f4dd9a47a2f43473d6e (diff)
(pop3-open-server): Fix typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/pop3.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index ff3a35fb97..5c3f059079 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-12 Juanma Barranquero <[email protected]>
+
+ * pop3.el (pop3-open-server): Fix typo.
+
2002-04-12 ShengHuo ZHU <[email protected]>
* pop3.el (pop3-munge-message-separator): Work if no date.
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el
index f00e0daf83..192c8f332d 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)