[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



    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.