diff options
author | Arun Isaac | 2020-07-31 03:26:23 +0530 |
---|---|---|
committer | Arun Isaac | 2020-07-31 03:26:23 +0530 |
commit | 44f86d8131d21097311cf29b5127bb33a897f3c4 (patch) | |
tree | f5a896dd98e4cc472f2d2f373e1bee78c1f7db1a | |
parent | 725dee7f492fdb64f0fa784bb2beb5ce09cdb823 (diff) | |
download | ennum-44f86d8131d21097311cf29b5127bb33a897f3c4.tar.gz ennum-44f86d8131d21097311cf29b5127bb33a897f3c4.tar.lz ennum-44f86d8131d21097311cf29b5127bb33a897f3c4.zip |
Delete ennum-publish-static-file.
ennum-publish-static-file is a duplicate of ennum-publish-copy.
* ennum.el (ennum-publish-static-file): Delete function.
-rw-r--r-- | ennum.el | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -412,11 +412,6 @@ if DESTINATION already exists." (seq-map 'file-name-directory absolute-outputs))) (apply (ennum-operation-publish operation) absolute-outputs))))) -(defun ennum-publish-static-file (file) - (ennum-make-operation - :inputs (list file) - :outputs (list file) - :publish (apply-partially 'ennum-copy file))) (defun ennum-publish-link (link) (pcase link |