smalltalk.rc
changeset 365 3d661da3346d
parent 361 2e93bfb4a8b2
child 369 eb39a763d88e
--- a/smalltalk.rc	Fri Jun 18 15:08:56 1999 +0200
+++ b/smalltalk.rc	Fri Jun 25 21:04:44 1999 +0200
@@ -396,7 +396,11 @@
 "/ read saved configuration settings (if any)
 "/
 "/ 'smalltalk.rc [info]: reading ''settings.stx'' ...' infoPrintCR.
-Smalltalk fileIn:'settings.stx'.
+Object abortSignal handle:[:ex |
+    ex return
+] do:[
+    Smalltalk fileIn:'settings.stx'.
+]
 !
 
 "/