X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2Felmo-util.el;h=c493d00f8fd9f0f50e41bd7ed525cb77ac37fdc1;hb=ee2dd54f276eeeca395eccf46c125c45bce5c6d8;hp=917ddc25b55680c7a0c016e9528a3b95482d1af3;hpb=dcc6250a9d98ffdc2d048344c9faedb54ead6b34;p=elisp%2Fwanderlust.git diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 917ddc2..c493d00 100644 --- a/elmo/elmo-util.el +++ b/elmo/elmo-util.el @@ -1444,8 +1444,7 @@ Emacs 19.28 or earlier does not have `unintern'." (defsubst elmo-copy-file (src dst) (condition-case err (elmo-add-name-to-file src dst t) - (error (copy-file src dst t) - (error "Copy file failed")))) + (error (copy-file src dst t)))) (defsubst elmo-buffer-exists-p (buffer) (if (bufferp buffer)