Mercurial > emacs
changeset 44544:a5381c78296d
(pop3-open-server): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 12 Apr 2002 14:30:11 +0000 |
parents | 3c17bf4ba3a3 |
children | d6d68f54c21a |
files | lisp/gnus/pop3.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/pop3.el Fri Apr 12 11:43:36 2002 +0000 +++ b/lisp/gnus/pop3.el Fri Apr 12 14:30:11 2002 +0000 @@ -139,7 +139,7 @@ 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)