#47 closed defect (fixed)
Incorrect capture of `begin'
Reported by: | Abdulaziz Ghuloum | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | expander | Version: | 4.0.8 |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
(let ((begin (lambda (x y) (printf "x=~s y=~s\n" x y)))) 1 2)
(prints "x=1 y=2")
Change History (3)
comment:1 Changed 16 years ago by
Priority: | major → critical |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r15057