# HG changeset patch # User Juanma Barranquero # Date 1018621811 0 # Node ID a5381c78296df652983e64687c8a4675a6b0f37e # Parent 3c17bf4ba3a3bcca8f03375b94eee5d659e8dad5 (pop3-open-server): Fix typo. diff -r 3c17bf4ba3a3 -r a5381c78296d lisp/gnus/pop3.el --- 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)