(gnus-setup-for-offline): Fix misplaced `)'.
authoryamaoka <yamaoka>
Fri, 6 Feb 2004 05:20:51 +0000 (05:20 +0000)
committeryamaoka <yamaoka>
Fri, 6 Feb 2004 05:20:51 +0000 (05:20 +0000)
ChangeLog
lisp/gnus-ofsetup.el

index fcdd3af..1edb5af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Fix misplaced `)'.
+
 2004-02-03  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>
 
        * texi/gnus-ja.texi (Contributors): Fix typo.
 2004-02-03  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>
 
        * texi/gnus-ja.texi (Contributors): Fix typo.
index 839db29..5bfc6df 100644 (file)
@@ -501,7 +501,7 @@ mail source specifier \e$B$H$+>e5-$N$h$&$J%-!<%o!<%I$K$D$$$F$b$C$H$h$/\e(B
                          exec-directory "movemail"))
              (setq args (read-from-minibuffer
                          (format "<%d of %d> %s" j n
                          exec-directory "movemail"))
              (setq args (read-from-minibuffer
                          (format "<%d of %d> %s" j n
-                                 (gnus-ofsetup-gettext 'setup-18) "-pf")))
+                                 (gnus-ofsetup-gettext 'setup-18)) "-pf"))
              (setq program (format "%s %s %s %s %s"
                                    prog args "po:%u" "%t" "%p"))))
          (when (string= type "imap")
              (setq program (format "%s %s %s %s %s"
                                    prog args "po:%u" "%t" "%p"))))
          (when (string= type "imap")