From: Mark Wooding Date: Sun, 30 Aug 2015 09:58:38 +0000 (+0100) Subject: doc/list-exports.lisp: Mark the start of the class tree dump. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/388caffa4fd539913abcd68d3a5bae63732b66bc doc/list-exports.lisp: Mark the start of the class tree dump. --- diff --git a/doc/list-exports.lisp b/doc/list-exports.lisp index fd02f00..50861f9 100644 --- a/doc/list-exports.lisp +++ b/doc/list-exports.lisp @@ -203,6 +203,7 @@ (defun report-symbols (paths package) (pretty-symbol-name sym package) (cdr def)))) (terpri))) + (format t "Classes:~%") (analyse-classes package) (terpri))