fixed syntax browser bug (mailing list 10/10/2007)

svn: r7481
This commit is contained in:
Ryan Culpepper 2007-10-10 23:29:56 +00:00
parent 48793aaaa4
commit 324ccee027

View File

@ -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)