* elmo-archive.el (elmo-archive-get-archive-name): Fixed
authorhmurata <hmurata>
Fri, 3 Aug 2001 17:30:21 +0000 (17:30 +0000)
committerhmurata <hmurata>
Fri, 3 Aug 2001 17:30:21 +0000 (17:30 +0000)
unbalanced parenthesis.

elmo/ChangeLog
elmo/elmo-archive.el

index 4a83e95..69db0f9 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * elmo-archive.el (elmo-archive-get-archive-name): Fixed
+       unbalanced parenthesis.
+
 2001-08-03  YAMASHITA Junji <ysjj@unixuser.org>
 
        * elmo-localdir.el (elmo-folder-rename-internal): Fixed typo.
index 7149b33..16ddc78 100644 (file)
@@ -380,8 +380,8 @@ TYPE specifies the archiver's symbol."
                   dir)
                 filename))
            filename)
-       (if (or (not (file-exists-p dir)
-                    (file-directory-p dir)))
+       (if (or (not (file-exists-p dir))
+               (file-directory-p dir))
            (expand-file-name
             (concat elmo-archive-basename suffix)
             dir)