From 15de86e16e26ef62ec631f7b8cc9ffe1d67ddc43 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 16 May 2019 20:48:42 +0530 Subject: Change buffer name of exiftool process to *exiftool*. * exiftool.el (exiftool-run): Change buffer name of exiftool process to *exiftool*. --- exiftool.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exiftool.el') diff --git a/exiftool.el b/exiftool.el index 2fd60e2..b1d06d5 100644 --- a/exiftool.el +++ b/exiftool.el @@ -64,7 +64,7 @@ a new one. Return the process object of the newly created process." (when-let (exiftool (get-process "exiftool")) (delete-process exiftool)) - (start-process "exiftool" "exiftool" + (start-process "exiftool" "*exiftool*" exiftool-executable "-stay_open" "True" "-@" "-")) (let ((tq (tq-create (exiftool-run)))) -- cgit v1.2.3