Fix typo.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 31 Oct 2010 22:19:22 +0000 (23:19 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 31 Oct 2010 22:19:22 +0000 (23:19 +0100)
lisp/nnimap.el

index 26dac5c..3940e64 100644 (file)
@@ -1482,7 +1482,7 @@ textual parts.")
   (nnimap-wait-for-response sequence)
   (nnimap-parse-response))
 
-(defun nnimap-wait-for-connection (regexp)
+(defun nnimap-wait-for-connection (&optional regexp)
   (unless regexp
     (setq regexp "^[*.] .*\n"))
   (let ((process (get-buffer-process (current-buffer))))