[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: MILLER at MIT-MC, (BUG LISP) at MIT-MC
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Tue, 13 Jun 78 10:52:00 GMT
- Original-date: 13 JUN 1978 0652-EDT
When it realizes to print the redefining messages during a fasload,
interrupts are off (because you can't randomly interrupt out of a fasload
and run a random user function...interrupts are only turned on during
evals during fasload)...therefore, inr eality they are off, and this
is causing the symptoms you observed.