branch: elpa/emacsql commit 1de10e8ad4c225d80e29fdc84ae34ba0ac055d8f Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Fix warning in emacsql-sqlite initialize-instance (#38) --- emacsql-sqlite.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el index 8de8567c9a..830de8bde3 100644 --- a/emacsql-sqlite.el +++ b/emacsql-sqlite.el @@ -90,7 +90,7 @@ http://www.sqlite.org/lang_keywords.html") (:documentation "A connection to a SQLite database.")) (cl-defmethod initialize-instance :after - ((connection emacsql-sqlite-connection) &optional slots) + ((connection emacsql-sqlite-connection) &rest _) (emacsql-sqlite-ensure-binary) (let* ((process-connection-type nil) ; use a pipe (coding-system-for-write 'utf-8-auto)