X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fbraid.lisp;h=ca1b434bf5904673407c30cf7fc91905f4ea4a67;hb=3a10f894e7867fa2c27a3af05380abc3247f728d;hp=e236279e985720704d978492befe9c29c5f75201;hpb=301bcbc899874437313f4690b0b9d6f9c66b4895;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)))))