X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fbraid.lisp;h=ca1b434bf5904673407c30cf7fc91905f4ea4a67;hb=22aec7852f4861e5dab28cc0d619c24b62590dad;hp=e236279e985720704d978492befe9c29c5f75201;hpb=83e5661ae59addac315e6754013b3887b477570f;p=sbcl.git diff --git a/src/pcl/braid.lisp b/src/pcl/braid.lisp index e236279..ca1b434 100644 --- a/src/pcl/braid.lisp +++ b/src/pcl/braid.lisp @@ -564,7 +564,7 @@ `(:internal-reader-function ,(structure-slotd-reader-function slotd) :internal-writer-function - ,(structure-slotd-writer-function slotd))) + ,(structure-slotd-writer-function name slotd))) :type ,(or (structure-slotd-type slotd) t) :initform ,(structure-slotd-init-form slotd) :initfunction ,(eval-form (structure-slotd-init-form slotd)))))