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

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

[nongnu] elpa/emacsql ff4c59a2a7 113/427: Fix cl-lib mistake.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql ff4c59a2a7 113/427: Fix cl-lib mistake.
Date: Tue, 13 Dec 2022 02:59:33 -0500 (EST)

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

    Fix cl-lib mistake.
---
 emacsql.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacsql.el b/emacsql.el
index 2d09f60aff..01ee0ddd49 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -517,7 +517,7 @@ definitions for return from a `emacsql-defexpander'."
           (:temporary (setf temporary "TEMPORARY"))
           (otherwise (setf name (var item :identifier)))))
       (let* ((items (list temporary "TABLE" if-not-exists name))
-             (spec (remove-if-not #'identity items)))
+             (spec (cl-remove-if-not #'identity items)))
         (format "%s (%s)" (mapconcat #'identity spec " ")
                 (emacsql--schema-to-string schema))))))
 



reply via email to

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