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

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

[nongnu] elpa/emacsql fb0e2d5423 256/427: Fix typecase typo.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql fb0e2d5423 256/427: Fix typecase typo.
Date: Tue, 13 Dec 2022 02:59:49 -0500 (EST)

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

    Fix typecase typo.
---
 emacsql-compiler.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql-compiler.el b/emacsql-compiler.el
index 23c22256e7..6ef3f150fa 100644
--- a/emacsql-compiler.el
+++ b/emacsql-compiler.el
@@ -297,7 +297,7 @@ which will be combined with variable definitions."
                (keyword (if (eq :values item)
                             (concat "VALUES " (svector (pop items)))
                           (emacsql--from-keyword item)))
-               (symbolp (if (eq item '*)
+               (symbol (if (eq item '*)
                             "*"
                           (param item)))
                (vector (if (emacsql-sql-p item)



reply via email to

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