branch: elpa/emacsql
commit 83a278aa6bc0fec5d8aa731b06f2385a8ad8cdbb
Author: Damien Cassou <[email protected]>
Commit: Damien Cassou <[email protected]>
Remove trailing &key in method definition
---
emacsql-sqlite.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el
index 4357bce15f..8de8567c9a 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) &key)
+ ((connection emacsql-sqlite-connection) &optional slots)
(emacsql-sqlite-ensure-binary)
(let* ((process-connection-type nil) ; use a pipe
(coding-system-for-write 'utf-8-auto)