Fixed hiding + renaming
Changed colors Made bound-id=? default svn: r4367 original commit: 8e9d6e6d0786348b28d7469a688ee4f6327862de
This commit is contained in:
parent
f812f155bb
commit
73a1330578
|
@ -84,6 +84,8 @@
|
|||
(pairloop (cdr obj)))]
|
||||
[(null? obj)
|
||||
null]
|
||||
[(and (syntax? obj) (null? (syntax-e obj)))
|
||||
null]
|
||||
[else (loop obj)]))
|
||||
(values (loop stx)
|
||||
flat=>stx
|
||||
|
|
Loading…
Reference in New Issue
Block a user