no need for let*
svn: r4841
This commit is contained in:
parent
d431875b43
commit
1de6b29aed
|
@ -391,7 +391,7 @@
|
||||||
;; To write the file, copy the old one to a temporary name
|
;; To write the file, copy the old one to a temporary name
|
||||||
;; (preserves permissions, etc), write to the temp file,
|
;; (preserves permissions, etc), write to the temp file,
|
||||||
;; then move (atomicly) the temp file to the normal name.
|
;; then move (atomicly) the temp file to the normal name.
|
||||||
(let* ([tmp-file (make-temporary-file
|
(let ([tmp-file (make-temporary-file
|
||||||
"TMPPREF~a"
|
"TMPPREF~a"
|
||||||
(and (file-exists? pref-file) pref-file)
|
(and (file-exists? pref-file) pref-file)
|
||||||
pref-dir)])
|
pref-dir)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user