aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2019-05-20 16:36:40 +0530
committerArun Isaac2019-05-20 16:36:40 +0530
commite043df1bcef40cd5934a74c210e1e35d5eb0e5a6 (patch)
tree0ddf57790b576a4493b0b80d5acfbfb713425836
parent0999a9b8ea28daafebb999e1f39544f5ee364649 (diff)
downloadexiftool.el-e043df1bcef40cd5934a74c210e1e35d5eb0e5a6.tar.gz
exiftool.el-e043df1bcef40cd5934a74c210e1e35d5eb0e5a6.tar.lz
exiftool.el-e043df1bcef40cd5934a74c210e1e35d5eb0e5a6.zip
Declare exiftool-command for the byte compiler.
* exiftool.el (exiftool-command): Declare function.
-rw-r--r--exiftool.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/exiftool.el b/exiftool.el
index 4b60608..7ba3d27 100644
--- a/exiftool.el
+++ b/exiftool.el
@@ -67,6 +67,9 @@ process."
(start-process "exiftool" "*exiftool*"
exiftool-executable "-stay_open" "True" "-@" "-"))
+;; Declare exiftool-command to pacify byte compiler
+(declare-function exiftool-command "exiftool.el" (&rest args))
+
(let ((tq (tq-create (exiftool-run))))
(defun exiftool-command (&rest args)
"Execute a command in the currently running exiftool process.