...
original commit: 0982fcec3ea62a8bbd1c67841a95e94a24310b4c
This commit is contained in:
parent
0e93e665c5
commit
6139674364
|
@ -198,7 +198,8 @@
|
|||
;; allow for the possiblity of filenames that are urls
|
||||
(with-handlers ([(lambda (x) #t)
|
||||
(lambda (x) name)])
|
||||
(mzlib:file:normalize-path name))]
|
||||
(normal-case-path
|
||||
(mzlib:file:normalize-path name)))]
|
||||
[test-frame
|
||||
(lambda (frame)
|
||||
(and (is-a? frame frame:editor<%>)
|
||||
|
@ -208,8 +209,9 @@
|
|||
(string=? normalized
|
||||
(with-handlers ([(lambda (x) #t)
|
||||
(lambda (x) filename)])
|
||||
(mzlib:file:normalize-path
|
||||
filename)))))))])
|
||||
(normal-case-path
|
||||
(mzlib:file:normalize-path
|
||||
filename))))))))])
|
||||
(let loop ([frames frames])
|
||||
(cond
|
||||
[(null? frames) #f]
|
||||
|
|
Loading…
Reference in New Issue
Block a user