doc/list-exports.lisp: Mark the start of the class tree dump.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 13 Sep 2015 23:03:22 +0000 (00:03 +0100)
doc/list-exports.lisp

index fd02f00..50861f9 100644 (file)
                  (pretty-symbol-name sym package)
                  (cdr def))))
       (terpri)))
+  (format t "Classes:~%")
   (analyse-classes package)
   (terpri))