Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#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 15 years ago by felix winkelmann

Priority: majorcritical

comment:2 Changed 15 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

Fixed in r15057

comment:3 Changed 14 years ago by (none)

Milestone: 4.1.0

Milestone 4.1.0 deleted

Note: See TracTickets for help on using tickets.