Fixed typo

This commit is contained in:
jgarcia 2006-04-18 19:22:45 +00:00
parent 5774f396a3
commit 0758486bf5

View file

@ -294,7 +294,7 @@ strings."
(defun make-condition (type &rest slot-initializations)
(let ((class (or (and (symbolp type) (find-class type nil))
(first (last (sort (find-subclasses-of-type type (find-class 'condition))
#'clos::subclassp))))))
#'si::subclassp))))))
(unless class
(error 'SIMPLE-TYPE-ERROR
:DATUM type