1.0.23.26: AMOPly correct defaulting of direct superclasses
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 5 Dec 2008 13:47:37 +0000 (13:47 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 5 Dec 2008 13:47:37 +0000 (13:47 +0000)
commit554303a5217026139af0c1b18632155d70c09eb0
treec76348f3576ac673d029012be9757d301bcfdb15
parentfaf3b69d1062a987aa18d83459f60c4c8a8d0987
1.0.23.26: AMOPly correct defaulting of direct superclasses

  "The class standard-object is the default direct superclass of the
  class standard-class. When an instance of the class standard-class
  is created, and no direct superclasses are explicitly specified, it
  defaults to the class standard-object."

  "The same is true for funcallable-standard-class and
  funcallable-standard-object."

  * Add :DEFAULT-INITARGS to that effect.
NEWS
src/pcl/defs.lisp
tests/mop.pure.lisp
version.lisp-expr