(mail-source-fetch-imap): Fix mismatched parens.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 16 Oct 2003 22:16:29 +0000 (22:16 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 16 Oct 2003 22:16:29 +0000 (22:16 +0000)
lisp/ChangeLog
lisp/mail-source.el

index dd30724..1eb7b97 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
+
 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * mail-source.el (defvar): Add post/pre/scripts.
index c262d2d..27a0b66 100644 (file)
@@ -1031,7 +1031,7 @@ This only works when `display-time' is enabled."
       (mail-source-run-script
        postscript
        (format-spec-make ?p password ?t mail-source-crash-box
-                        ?s server ?P port ?u user))))
+                        ?s server ?P port ?u user))
       found)))
 
 (eval-and-compile