(pop3-open-server): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 12 Apr 2002 14:32:09 +0000 (14:32 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 12 Apr 2002 14:32:09 +0000 (14:32 +0000)
lisp/gnus/ChangeLog
lisp/gnus/pop3.el

index ff3a35f..5c3f059 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-12  Juanma Barranquero  <lektu@terra.es>
+
+       * pop3.el (pop3-open-server): Fix typo.
+
 2002-04-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * pop3.el (pop3-munge-message-separator): Work if no date.
index f00e0da..192c8f3 100644 (file)
@@ -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)