[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unwind-protect description
- To: GJC@MC.LCS.MIT.EDU
- Subject: Re: unwind-protect description
- From: Daniels.pa@Xerox.COM
- Date: Tue, 15 Apr 1986 15:22:00 -0000
- Cc: gls@AQUINAS.THINK.COM, common-lisp@SU-AI.ARPA
- In-reply-to: "George J. Carrette" <GJC@MC.LCS.MIT.EDU>'s message of Tue, 15 Apr 86 07:13:50 EST
"(unwind-protect body1 body2) => (*unwind-protect #'(lambda () body1)
#'(lambda () body2))
Which makes the environment issue clear"
This only addresses the lexical environment of the cleanup forms. It
says nothing about the dynamic environment.
-- Andy. --