From 7f7583457b9f5eb4fcffac569ecbc0e80cd05bc5 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 2 Sep 2019 01:20:51 +0530 Subject: Use ennu-copy wherever applicable. * ennu.el (ennu-publish-image, ennu--do-operation): Use ennu-copy instead of copy-file. --- ennu.el | 4 ++-- 1 file 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 -- cgit v1.2.3