Fix macroexpander for define-condition.

This commit is contained in:
jjgarcia 2002-12-14 16:57:11 +00:00
parent c9fb52f320
commit 22280e7f6c

View file

@ -242,8 +242,8 @@ strings."
`(write-string ,report-function stream)
`(,report-function x stream))))))
,@(when documentation
`(EVAL-WHEN (COMPILE LOAD EVAL)
(SETF (GET ',name 'DOCUMENTATION) ',documentation)))
`((EVAL-WHEN (COMPILE LOAD EVAL)
(SETF (GET ',name 'DOCUMENTATION) ',documentation))))
',NAME)))
(defun make-condition (type &rest slot-initializations)