diff options
author | Arun Isaac | 2019-09-02 01:20:51 +0530 |
---|---|---|
committer | Arun Isaac | 2019-09-02 01:20:51 +0530 |
commit | 7f7583457b9f5eb4fcffac569ecbc0e80cd05bc5 (patch) | |
tree | 6661586c612cf0813465c16d3c3850b9ac03e97b /ennu.el | |
parent | cea121635e2409959ea2687b8ef8b5372646a393 (diff) | |
download | ennum-7f7583457b9f5eb4fcffac569ecbc0e80cd05bc5.tar.gz ennum-7f7583457b9f5eb4fcffac569ecbc0e80cd05bc5.tar.lz ennum-7f7583457b9f5eb4fcffac569ecbc0e80cd05bc5.zip |
Use ennu-copy wherever applicable.
* ennu.el (ennu-publish-image, ennu--do-operation): Use ennu-copy
instead of copy-file.
Diffstat (limited to 'ennu.el')
-rw-r--r-- | ennu.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -295,7 +295,7 @@ last form in BODY." (ennu-make-operation :inputs (list file) :outputs (list file) - :publish (apply-partially 'copy-file file))) + :publish (apply-partially 'ennu-copy file))) (defun newest-file (files) (pcase files @@ -343,7 +343,7 @@ if DESTINATION already exists." (ennu-make-operation :inputs (list file) :outputs (list file) - :publish (apply-partially 'copy-file file))) + :publish (apply-partially 'ennu-copy file))) (defun ennu-publish-link (link) (pcase link |