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