fixed syntax browser bug (mailing list 10/10/2007)
svn: r7481
This commit is contained in:
parent
48793aaaa4
commit
324ccee027
|
@ -23,7 +23,7 @@
|
|||
(define identifier-list
|
||||
(filter identifier? (hash-table-map ht:stx=>flat (lambda (k v) k))))
|
||||
(define (flat=>stx obj)
|
||||
(hash-table-get ht:flat=>stx obj))
|
||||
(hash-table-get ht:flat=>stx obj #f))
|
||||
(define (stx=>flat stx)
|
||||
(hash-table-get ht:stx=>flat stx))
|
||||
(define (current-position)
|
||||
|
|
Loading…
Reference in New Issue
Block a user