From a0a903575c8c64a4366b5d7fbbbaec686165b70f Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 14 Jan 2025 07:13:23 -0800 Subject: remove alexandria dep --- def.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'def.lisp') diff --git a/def.lisp b/def.lisp index 6a2505c..a096230 100644 --- a/def.lisp +++ b/def.lisp @@ -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) -- cgit v1.2.3