[elephant-devel] Wrong docstring in classes.lisp?

Ian Eslick eslick at csail.mit.edu
Wed Dec 26 16:25:18 UTC 2007


That is correct.  I'll patch that.  -Ian

On Dec 26, 2007, at 11:07 AM, Leslie P. Polzer wrote:

>
> (defmethod change-class :around ((previous standard-object) (new-class
> persistent-metaclass) &rest initargs)
>  (declare (ignorable initargs))
>  (unless (subtypep (type-of previous) 'persistent)
>    (error "Standard classes cannot be changed to non-persistent  
> classes in change-class"))
>  (call-next-method))
>
> Isn't this supposed to read "persistent" instead of "non-persistent"?
>
> -- 
> My personal blog: http://blog.viridian-project.de/
>
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel




More information about the elephant-devel mailing list