[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug in Walker tests
- To: commonloops.pa@Xerox.COM
- Subject: bug in Walker tests
- From: Arun Welch <welch@cis.ohio-state.edu>
- Date: Tue, 16 May 89 15:12:12 EDT
- Redistributed: commonloops.pa
- Reply-to: <Owners-commonloops.pa@Xerox.COM>
Instead of the lambda body being quoted, it should be #'ed. So, the
form should look like:
blurf.....
(result (walk-form ',form nil
#'(lambda (x y env)
blurf...
...arun