cleaned up
original commit: ebfab9ee0bc3d2313345d264d9f1a63f95966dbb
This commit is contained in:
parent
65935e74c8
commit
a6dbd46b1e
|
@ -213,12 +213,12 @@
|
|||
(lambda ()
|
||||
(mred:debug:printf 'prefs "reading user preferences")
|
||||
(when (file-exists? preferences-filename)
|
||||
(let ([input (call-with-input-file preferences-filename read)]
|
||||
[err
|
||||
(let ([err
|
||||
(lambda (input)
|
||||
(wx:message-box (format "found bad pref: ~n~a" input)
|
||||
"Preferences"))])
|
||||
(let loop ([input input])
|
||||
(let loop ([input (call-with-input-file preferences-filename
|
||||
read)])
|
||||
(cond
|
||||
[(pair? input)
|
||||
(let/ec k
|
||||
|
|
Loading…
Reference in New Issue
Block a user