*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 20 May 1997 16:26:28 +0200
changeset 220 8200018dbaee
parent 219 728d848492be
child 221 4555412bf82f
*** empty log message ***
patches
smalltalk.rc
--- a/patches	Tue May 20 13:43:07 1997 +0200
+++ b/patches	Tue May 20 16:26:28 1997 +0200
@@ -143,9 +143,10 @@
 ] ifFalse:[
     needToReactivate := false
 ].
+
 Class withoutUpdatingChangesDo:[   
-    'patches [info]: installing autoloaded classes ...' infoPrintCR.
-    Smalltalk installAutoloadedClassesFrom:'include/abbrev.stc'.
+   'patches [info]: installing autoloaded classes ...' infoPrintCR.
+   Smalltalk installAutoloadedClassesFrom:'include/abbrev.stc'.
 ].
 needToReactivate ifTrue:[HistoryManager activate].
 !
--- 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|