Fix last change.
authorkaoru <kaoru>
Sat, 8 Feb 2003 06:56:24 +0000 (06:56 +0000)
committerkaoru <kaoru>
Sat, 8 Feb 2003 06:56:24 +0000 (06:56 +0000)
elmo/elmo-archive.el

index c903302..2428b51 100644 (file)
@@ -469,8 +469,6 @@ TYPE specifies the archiver's symbol."
       (error "No such file: %s" old-arc))
     (when (file-exists-p new-arc)
       (error "Already exists: %s" new-arc))
-    (unless (file-directory-p new-dir)
-      (elmo-make-directory new-dir))
     (rename-file old-arc new-arc)
     t))