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

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

[nongnu] elpa/emacsql 488e7ebbb5 380/427: Change defvar to defconst for


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 488e7ebbb5 380/427: Change defvar to defconst for emacsql-version (fix #53)
Date: Tue, 13 Dec 2022 03:00:13 -0500 (EST)

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

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