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

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

[nongnu] elpa/emacsql 83a278aa6b 356/427: Remove trailing &key in method


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 83a278aa6b 356/427: Remove trailing &key in method definition
Date: Tue, 13 Dec 2022 03:00:02 -0500 (EST)

branch: elpa/emacsql
commit 83a278aa6bc0fec5d8aa731b06f2385a8ad8cdbb
Author: Damien Cassou <damien@cassou.me>
Commit: Damien Cassou <damien@cassou.me>

    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)



reply via email to

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