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

[no subject]



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