another fix for PR 8502
svn: r5476
This commit is contained in:
parent
8dc4f3aa69
commit
c88dd61348
|
@ -1753,7 +1753,7 @@ If the namespace does not, they are colored the unbound color.
|
||||||
(let-values ([(base offset) (module-path-index-split mod-path)])
|
(let-values ([(base offset) (module-path-index-split mod-path)])
|
||||||
(cons base (list-ref binding 3)))]
|
(cons base (list-ref binding 3)))]
|
||||||
[(symbol? mod-path)
|
[(symbol? mod-path)
|
||||||
(cons mod-path #f)]))))
|
(cons mod-path (list-ref binding 3))]))))
|
||||||
|
|
||||||
;; color/connect-top : namespace directory id-set syntax -> void
|
;; color/connect-top : namespace directory id-set syntax -> void
|
||||||
(define (color/connect-top rename-ht user-namespace user-directory binders var)
|
(define (color/connect-top rename-ht user-namespace user-directory binders var)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user