fix bad call-with-output-file
svn: r7794 original commit: 71eead5349a9dffc07db85d0e207a16e78147145
This commit is contained in:
parent
0f3e5b911c
commit
db58217625
|
@ -56,8 +56,8 @@
|
|||
(call-with-output-file autosave-toc-filename
|
||||
(λ (port)
|
||||
(write new-name-mapping port))
|
||||
'truncate
|
||||
'text))))
|
||||
#:exists 'truncate
|
||||
#:mode 'text))))
|
||||
(let ([seconds (preferences:get 'framework:autosave-delay)])
|
||||
(start (* 1000 seconds) #t)))
|
||||
(super-new)
|
||||
|
|
Loading…
Reference in New Issue
Block a user