Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
env: Fix macro-function with local functions
See clasp-developers/clasp#1556. macro-function did not respect local function shadowing, so with code like (macrolet ((g ...)) (flet ((g ...)) ...)) it would return the macro, inappropriately.
- Loading branch information