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

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

[nongnu] elpa/emacsql d5c37d905d 379/427: Put emacs-version in path for


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql d5c37d905d 379/427: Put emacs-version in path for out-of-package binary
Date: Tue, 13 Dec 2022 03:00:13 -0500 (EST)

branch: elpa/emacsql
commit d5c37d905d133a3887bc582e4a0126671816beaa
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Put emacs-version in path for out-of-package binary
    
    Closes #51.
---
 emacsql-sqlite.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index 9a614f0b60..584da8d437 100644
--- a/emacsql-sqlite.el
+++ b/emacsql-sqlite.el
@@ -39,7 +39,10 @@
                             (file-exists-p (expand-file-name
                                             emacsql-sqlite-executable-path
                                             emacsql-sqlite-data-root)))
-                        emacsql-sqlite-data-root user-emacs-directory))
+                        emacsql-sqlite-data-root
+                      (expand-file-name
+                       (concat "emacsql/" emacsql-version)
+                       user-emacs-directory)))
   "Path to the EmacSQL backend (this is not the sqlite3 shell).")
 
 (defvar emacsql-sqlite-reserved



reply via email to

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