Add bug example.

This commit is contained in:
jjgarcia 2006-02-28 14:10:37 +00:00
parent b42119ef04
commit 8f4c7fc1bd

View file

@ -83,7 +83,7 @@ ECL 0.9i
- It is now possible to define subclasses of STANDARD-CLASS. Before, some
slots were not properly inherited by subclasses, causing errors when doing
something like
> (defclass foo (standard-class) () ())
> (defclass foo (standard-class) ())
> (defclass faa () () (:metaclass foo))
* Documentation: