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

Leslie P. Polzer leslie.polzer at gmx.net
Wed Dec 26 16:07:13 UTC 2007


(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/




More information about the elephant-devel mailing list