[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- From: RICH at MIT-AI (Charles Rich)
- Date: Wed ,16 Jul 80 16:13:00 EDT
In system `29.95 NWS, with microcode 669, on LISP Machine Eight:
I did a (PACKAGE-DECLARE FOO... (("dir;fn1"))), assuming PKG-LOAD would interpret
the lack of FN2 the same as LOAD, i.e. fasload the QFASL if any, otherwise
the ">" version. This works fine the first time, but if you do (PKG-LOAD 'FOO)
twice in a row, it asks to load in all the files it fasloaded once again. It seems
like it is not remembering this case properly.
-Chuck