aboutsummaryrefslogtreecommitdiff
path: root/ennu.el
diff options
context:
space:
mode:
authorArun Isaac2019-09-02 01:20:51 +0530
committerArun Isaac2019-09-02 01:20:51 +0530
commit7f7583457b9f5eb4fcffac569ecbc0e80cd05bc5 (patch)
tree6661586c612cf0813465c16d3c3850b9ac03e97b /ennu.el
parentcea121635e2409959ea2687b8ef8b5372646a393 (diff)
downloadennum-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.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/ennu.el b/ennu.el
index b2cc472..5a72979 100644
--- a/ennu.el
+++ b/ennu.el
@@ -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