smalltalk.rc
changeset 220 8200018dbaee
parent 209 22793de5d56e
child 223 ac3452732363
--- a/smalltalk.rc	Tue May 20 13:43:07 1997 +0200
+++ b/smalltalk.rc	Tue May 20 16:26:28 1997 +0200
@@ -207,7 +207,7 @@
 "/ If there are any problems with lazy methods, disable the following
 "/ and let me (cg@exept.ssw.de) know what happened.
 "/
-Autoload compileLazy:true.
+"/ Autoload compileLazy:true.
 
 "/
 "/ define the language (you can also set the LANG-shell variable)
@@ -239,8 +239,15 @@
 "/ exit, if rejected.
 "/ You may find this annoying - but lawers say: "this is a must ..." ;-)
 "/ (it will not be shown when coming up via a snapshot image)
-"/
+
 Smalltalk addStartBlock:[
+"/    MessageTally spyOn:[
+"/    Class withoutUpdatingChangesDo:[   
+"/        'patches [info]: installing autoloaded classes ...' infoPrintCR.
+"/        Smalltalk installAutoloadedClassesFrom:'include/abbrev.stc'.
+"/    ].
+"/    ].
+
     LicenceBox autoload.
 
     LicenceBox licenceRejectSignal handle:[:ex|