[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: JONL at MIT-MC (Jon L White)
- Date: Sun, 18 Jun 78 02:38:00 GMT
- Cc: KMP at MIT-MC
- Original-date: 17 JUN 1978 2238-EDT
SYSP fails to give the right answer for any of the AUTOLOADable functions
(like GETMIDASOP, SORT, SPRINTER etc.) because if they are already loaded,
then SYSP is faked out by the SUBR property in BPORG space. It should
first look for an AUTOLOAD property, and if found, determine if that is
SYSP (according to the prior definition.)