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

[no subject]



(PROGN (NOINTERRUPT T)
       (UNWIND-PROTECT
	(NOINTERRUPT T)
	(NOINTERRUPT T)
	(NOINTERRUPT NIL)))

Why is NOINTERRUPT set to NIL at the end of this sequence?