doc/list-exports.lisp: Forbid bad slot names in private classes.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 6 Aug 2019 12:02:38 +0000 (13:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 6 Aug 2019 12:06:28 +0000 (13:06 +0100)
commitc2937ad051ba14976712013e27d3aee8ad4b334b
tree54c70fc48130059aff9bb49b0a57901c40bc8900
parent765231c00c9da4426ed07abc911f80828faa0349
doc/list-exports.lisp: Forbid bad slot names in private classes.

Previously we only worried about exported/foreign slot names in classes
whose names were exported symbols.  Also worry about classes whose names
are private symbols (in the home package).
doc/list-exports.lisp