[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Class Redefinition



> 

>  (name-that-class new-class 'heh-heh))             ;Hm, what is this function
?


> I think we forgot to de> f> ine NAME-THAT-CLASS. It should be the thing such
> that MAKE-INSTANCE + (<the thing> <name>) = (DEFCLASS NAME ...).

Something like:

	(setf (class-name new-class) 'heh-heh)

should work. The name is not listed as a slot in STANDARD-CLASS in the
87-003 metaobject protocol, however.

			jak




------- End of Forwarded Message