.
original commit: e60630cd274d6f939304092e80989d2ad54d64f2
This commit is contained in:
parent
9807b5fb40
commit
d75d6ce636
|
@ -103,7 +103,8 @@
|
|||
(cons (bytes->path (car x)) (cdr x)))
|
||||
l))))
|
||||
|
||||
(preferences:set-default 'framework:last-directory (find-system-path 'home-dir)
|
||||
(preferences:set-default 'framework:last-directory
|
||||
(find-system-path 'doc-dir)
|
||||
(lambda (x) (or (not x) path-string?)))
|
||||
|
||||
(preferences:set-un/marshall 'framework:last-directory
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
(let-values ([(base name dir?)
|
||||
(if name
|
||||
(split-path name)
|
||||
(values (find-system-path 'home-dir)
|
||||
(values (find-system-path 'doc-dir)
|
||||
(bytes->path #"mredauto")
|
||||
#f))])
|
||||
(let* ([base (if (path? base)
|
||||
|
|
Loading…
Reference in New Issue
Block a user