Synch to No Gnus 200506270911.
[elisp/gnus.git-] / lisp / pop3.el
index dbc62ea..d13a5f9 100644 (file)
@@ -608,7 +608,7 @@ If NOW, use that time instead."
   (pop3-send-command process (format "USER %s" user))
   (let ((response (pop3-read-response process t)))
     (if (not (and response (string-match "+OK" response)))
-       (error (format "USER %s not valid" user)))))
+       (error "USER %s not valid" user))))
 
 (defun pop3-pass (process)
   "Send authentication information to the server."