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

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

[nongnu] elpa/emacsql 6c7576e497 295/427: Rename condition emacsql-lock


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 6c7576e497 295/427: Rename condition emacsql-lock to emacsql-locked.
Date: Tue, 13 Dec 2022 02:59:52 -0500 (EST)

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

    Rename condition emacsql-lock to emacsql-locked.
---
 emacsql-compiler.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql-compiler.el b/emacsql-compiler.el
index 81c55c1d8f..baa45bba2e 100644
--- a/emacsql-compiler.el
+++ b/emacsql-compiler.el
@@ -18,7 +18,7 @@
 
 (emacsql-deferror emacsql-syntax () "Invalid SQL statement")
 (emacsql-deferror emacsql-internal () "Internal error")
-(emacsql-deferror emacsql-lock () "Database locked")
+(emacsql-deferror emacsql-locked () "Database locked")
 (emacsql-deferror emacsql-fatal () "Fatal error")
 (emacsql-deferror emacsql-memory () "Out of memory")
 (emacsql-deferror emacsql-corruption () "Database corrupted")



reply via email to

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