projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4681295
)
Fix last change.
author
kaoru
<kaoru>
Sat, 8 Feb 2003 06:56:24 +0000
(06:56 +0000)
committer
kaoru
<kaoru>
Sat, 8 Feb 2003 06:56:24 +0000
(06:56 +0000)
elmo/elmo-archive.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-archive.el
b/elmo/elmo-archive.el
index
c903302
..
2428b51
100644
(file)
--- 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))