diff options
-rw-r--r-- | exiftool.el | 3 |
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. |