From 16013861f3c91a653f38f301bff0bc0e60ebd0af Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 3 May 2020 10:37:12 -0500 Subject: method combination --- granolin.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/granolin.lisp b/granolin.lisp index 2385ba9..ad2eb69 100644 --- a/granolin.lisp +++ b/granolin.lisp @@ -73,7 +73,7 @@ Each but sublcass is free to return its own specific PLIST for its own specific state. The PLISTS are concatenated. ")) -(defmethod hardcopy-plist ((client client)) +(defmethod hardcopy-plist append ((client client)) (list 'id-source (slot-value client 'id-source) 'homeserver (homeserver client) -- cgit v1.2.3