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