summaryrefslogtreecommitdiff
path: root/Lisp/data-types.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/data-types.lisp')
-rw-r--r--Lisp/data-types.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lisp/data-types.lisp b/Lisp/data-types.lisp
index 7c09306..7c08891 100644
--- a/Lisp/data-types.lisp
+++ b/Lisp/data-types.lisp
@@ -127,7 +127,8 @@ The following calls are all equivalent:
(c2mop:set-funcallable-instance-function
selector
#'(lambda (receiver &rest args)
- (apply #'invoke-by-name receiver selector args))))
+ (apply #'invoke-by-name receiver selector args)))
+ selector)
(defmethod initialize-instance :after ((selector selector)