[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: KMP at MIT-MC
- From: GLS at MIT-MC (Guy L. Steele, Jr.)
- Date: Wed, 21 Jun 78 02:55:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 20 JUN 1978 2255-EDT
Date: 20 JUN 1978 2252-EDT
From: KMP at MIT-MC (Kent M. Pitman)
To: (BUG LISP) at MIT-MC
(SETPLIST 'GARBAGE (PLIST '<system-frob>))
(AUTOLOAD (INDEX FASL COM))
(SYSP 'GARBAGE)
AUTOLOAD
...sigh. I think it should base on some canonical list of what the initial
atoms of the system are ... the above seems to be non-optimal (also
meaningless in the case of an AUTOLOAD, but SUBR's that have been snarfed
don't seem like they oughta be SYSP.
--kmp
The SYSP'ness is a property of the SUBR (i.e. of the code),
not of the atomic symbol which happens to name it.