Rahul Jain <[EMAIL PROTECTED]> writes: > NIL as a class-name is an indication to create an anonymous class.
I take that back. The name supplied to ensure-class is used to inidicate the name of the class to be created or redefined. In order to create an anonymous class, you must first create a named class and SETF its CLASS-NAME to NIL or use MAKE-INSTANCE and supply no :NAME initarg. -- Rahul Jain [EMAIL PROTECTED] Professional Software Developer, Amateur Quantum Mechanicist
