Probably PR 9294
svn: r10618
This commit is contained in:
parent
6dcc576ce7
commit
46106fb921
|
@ -1019,7 +1019,7 @@
|
||||||
(define/override (editing-this-file? filename)
|
(define/override (editing-this-file? filename)
|
||||||
(let ([path-equal?
|
(let ([path-equal?
|
||||||
(λ (x y)
|
(λ (x y)
|
||||||
(with-handlers ((exn:fail:filesystem? (λ (x) #f)))
|
(with-handlers ((exn:fail? (λ (x) #f)))
|
||||||
(equal? (normal-case-path (normalize-path x))
|
(equal? (normal-case-path (normalize-path x))
|
||||||
(normal-case-path (normalize-path y)))))])
|
(normal-case-path (normalize-path y)))))])
|
||||||
(let ([this-fn (get-filename)])
|
(let ([this-fn (get-filename)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user