[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
2-8-90 pcl doesn't grok :documentation
- To: CommonLoops.pa@Xerox.COM
- Subject: 2-8-90 pcl doesn't grok :documentation
- From: alarson@SRC.Honeywell.COM (Aaron Larson)
- Date: 9 Feb 90 18:25:30 GMT
- Newsgroups: ext.commonloops
- Posted-date: 9 Feb 90 18:25:30 GMT
- Redistributed: CommonLoops.pa
- Sender: news@src.honeywell.COM
said PCL doesn't handle :DOCUMENTATION as a DEFCLASS slot or class option,
other defined slot and class options work fine.
Allegro CL 3.1.4 [Sun4] (12/1/89)
<cl> (defclass foo1 () ((a :documentation "hi there")) )
Error: Invalid initialization argument :DOCUMENTATION for class
STANDARD-DIRECT-SLOT-DEFINITION
<cl> (defclass foo1 () () (:documentation "hi there"))
Error: Invalid initialization argument :DOCUMENTATION for class
STANDARD-CLASS