fix bad call-with-output-file

svn: r7794

original commit: 71eead5349a9dffc07db85d0e207a16e78147145
This commit is contained in:
Matthew Flatt 2007-11-21 02:05:34 +00:00
parent 0f3e5b911c
commit db58217625

View File

@ -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)