branch: elpa/emacsql commit d5c37d905d133a3887bc582e4a0126671816beaa Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@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