branch: elpa/emacsql
commit 488e7ebbb523713c787f7113e73df82e86cc2bb2
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@nullprogram.com>

    Change defvar to defconst for emacsql-version (fix #53)
---
 emacsql.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql.el b/emacsql.el
index 4a93ce9b4f..c7ff14d5c1 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -69,7 +69,7 @@
   "The EmacSQL SQL database front-end."
   :group 'comm)
 
-(defvar emacsql-version "3.0.0")
+(defconst emacsql-version "3.0.0")
 
 (defvar emacsql-global-timeout 30
   "Maximum number of seconds to wait before bailing out on a SQL command.

Reply via email to