From 8f4c7fc1bd3fda782b8e5ebffe5c866a38e65734 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Tue, 28 Feb 2006 14:10:37 +0000 Subject: [PATCH] Add bug example. --- src/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CHANGELOG b/src/CHANGELOG index 3f20c9ae7..e6348088a 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -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: