cleaned up mred:message-box to mred:gui-utils:message-box
original commit: 23aebbc40bf8f57a431e2e8664ef31b2799638eb
This commit is contained in:
parent
f5083754c5
commit
0c96529995
|
@ -163,8 +163,9 @@
|
|||
(mred:exit:insert-exit-callback
|
||||
(lambda ()
|
||||
(with-handlers ((void (lambda (exn)
|
||||
(mred:message-box (format "exception raied while saving prefs: ~a"
|
||||
(exn-message exn))))))
|
||||
(mred:gui-utils:message-box
|
||||
(format "exception raied while saving prefs: ~a"
|
||||
(exn-message exn))))))
|
||||
(save-user-preferences))))
|
||||
|
||||
(define read-user-preferences
|
||||
|
|
Loading…
Reference in New Issue
Block a user