emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/calibre 6d7ed97ab6 31/76: Use the value of calibre-cali


From: ELPA Syncer
Subject: [elpa] externals/calibre 6d7ed97ab6 31/76: Use the value of calibre-calibredb-executable
Date: Thu, 18 May 2023 09:57:43 -0400 (EDT)

branch: externals/calibre
commit 6d7ed97ab627804ec240f0243e53696ccfc114d3
Author: Kjartan Óli Ágústsson <kjartanoli@disroot.org>
Commit: Kjartan Óli Ágústsson <kjartanoli@disroot.org>

    Use the value of calibre-calibredb-executable
    
    * calibre-library.el (calibre-library--execute): Use the value of
    calibre-calibredb-executable instead of a hard coded value.
---
 calibre-library.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calibre-library.el b/calibre-library.el
index 48ad7b00ae..1f8ba1a744 100644
--- a/calibre-library.el
+++ b/calibre-library.el
@@ -65,7 +65,7 @@ ARGS should be a list of strings.  SENTINEL is a process 
sentinel to install."
       (error "Could not find calibredb")
     (make-process
      :name "calibre"
-     :command `("calibredb" "--with-library" ,(calibre--library) ,@args)
+     :command `(,calibre-calibredb-executable "--with-library" 
,(calibre--library) ,@args)
      :sentinel sentinel)))
 
 (defun calibre-library-mark-remove (&optional _num)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]