Added a new utility function ensure-finalized.
A pretty common idiom is this: (unless (class-finalized-p class) (finalize-inheritance class)) class This is captured in the new utility function ensure-finalized. darcs-hash:7d147f9c086e13bd2b83e670953ac124ec7dcb27
Please register or sign in to comment