chiark / gitweb /
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 fd02f009e5767d6e018861f67f6592f7c43725cc..50861f976e4724e31fd3a9952f9e2497f10e7a2e 100644 (file)
@@ -203,6 +203,7 @@ (defun report-symbols (paths package)
                  (pretty-symbol-name sym package)
                  (cdr def))))
       (terpri)))
+  (format t "Classes:~%")
   (analyse-classes package)
   (terpri))