diff options
Diffstat (limited to 'def.lisp')
-rw-r--r-- | def.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -110,7 +110,7 @@ E.g. `(,slot ,accessor-type ,(make-accessor-name slot prefix-accessor?) ,@(unless no-arg? - (list :initarg (alexandria:make-keyword slot))) + (list :initarg (make-keyword slot))) ,@(handle-required slot required? kwargs) :documentation ,doc)) :else @@ -118,7 +118,7 @@ E.g. `(,slot ,accessor-type ,(make-accessor-name slot prefix-accessor?) ,@(unless no-arg? - (list :initarg (alexandria:make-keyword slot))) + (list :initarg (make-keyword slot))) ,@(handle-required slot required? kwargs))))))) (parse-class-options (kwargs) |