From d55b0c99b7f44110cd5a1395f8ce6121dc3f5865 Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 8 Feb 2003 06:56:24 +0000 Subject: [PATCH] Fix last change. --- elmo/elmo-archive.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/elmo/elmo-archive.el b/elmo/elmo-archive.el index c903302..2428b51 100644 --- a/elmo/elmo-archive.el +++ b/elmo/elmo-archive.el @@ -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)) -- 1.7.10.4