diff options
Diffstat (limited to 'el-exiftool.el')
-rw-r--r-- | el-exiftool.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/el-exiftool.el b/el-exiftool.el index 257d073..1879473 100644 --- a/el-exiftool.el +++ b/el-exiftool.el @@ -48,7 +48,7 @@ See `tq-enqueue' for details of arguments QUESTION and REGEXP." (let ((response)) (tq-enqueue tq question regexp nil - (lambda (closure answer) (setq response answer))) + (lambda (_ answer) (setq response answer))) (while (not response) (accept-process-output)) response)) |