[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
class-named
- To: Common-Lisp-Object-System@Sail.Stanford.edu
- Subject: class-named
- From: Gregor.pa@Xerox.COM
- Date: 4 Feb 87 12:57 PST
- Cc: Gregor.pa@Xerox.COM
the function class-named is missing from the spec. It should be
documented something like this:
class-named <name> &optional (<errorp> t)
The first argument to class-named should be a symbol. class-named
returns the class-named by that symbol if there is one. If there is no
class-named by that symbol and the second argument is unsupplied or is
not nil, class-named signals an error. If there is no class-named by
that symbol, and the second argument is nil, class-named returns nil.
I don't believe anyone objects to the existence of this function.