From e043df1bcef40cd5934a74c210e1e35d5eb0e5a6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 20 May 2019 16:36:40 +0530 Subject: Declare exiftool-command for the byte compiler. * exiftool.el (exiftool-command): Declare function. --- exiftool.el | 3 +++ 1 file changed, 3 insertions(+) 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. -- cgit v1.2.3