X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/bf12489aa5ecb02b7be66367e0b2ec1cd9c35bae..8c6914bd27843fc74d07da3965fafaac09c85c4e:/src/slot-presentations.lisp diff --git a/src/slot-presentations.lisp b/src/slot-presentations.lisp index 89492aa..188db91 100644 --- a/src/slot-presentations.lisp +++ b/src/slot-presentations.lisp @@ -301,7 +301,7 @@ Calendar.setup({ (defmethod get-foreign-instances ((slot has-many-slot-presentation) instance) (sort (slot-value instance (slot-name slot)) #'< - :key #'(lambda (x) (funcall (car (list-keys instance)) x)))) + :key #'(lambda (x) (funcall (car (list-keys x)) x)))) (defmethod lol::presentation-slot-value ((slot has-many-slot-presentation) instance) (get-foreign-instances slot instance))