*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 25 Jun 1999 21:04:44 +0200
changeset 365 3d661da3346d
parent 364 e9bfaeb95fa4
child 366 397c5e4955e6
*** empty log message ***
smalltalk.rc
--- 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'.
+]
 !
 
 "/