refinement to recent commit suggested by Ryan

This commit is contained in:
Robby Findler 2012-08-24 12:43:04 -05:00
parent 605e1b8c89
commit c42fbb68cb

View File

@ -83,7 +83,9 @@
(when uses
(current-recorded-disappeared-uses
(append
(map syntax-local-introduce ids)
(if (syntax-transforming?)
(map syntax-local-introduce ids)
ids)
uses)))))