On Tue, Jun 10, 2008 at 11:04 PM, Bradford W Miller Bradford_W_Miller@raytheon.com wrote:
Umm, did you test this against code like
(defun f (x y) (let ((y x) (x y)) ...))
where there ARE both formal and local variables with the same name?
It's not just about the names: to be considered a duplicate also the values must be eq.
- Willem