autoload commented out
authorMichael Beyl <mb@exept.de>
Thu, 09 Oct 2003 11:50:55 +0200
changeset 558 1e4dc783b6b4
parent 557 d779191f5ea5
child 559 431a29ece10d
autoload commented out
smalltalk.rc
--- a/smalltalk.rc	Thu Oct 02 22:24:41 2003 +0200
+++ b/smalltalk.rc	Thu Oct 09 11:50:55 2003 +0200
@@ -252,19 +252,22 @@
 "/ and install all nonExisting classes as autoloaded
 "/
 
-Class withoutUpdatingChangesDo:[ 
-    |needToReactivate|
-
-    HistoryManager notNil ifTrue:[
-	needToReactivate := HistoryManager isActive.
-	HistoryManager deactivate.
-    ] ifFalse:[
-	needToReactivate := false
-    ].
-    'smalltalk.rc [info]: installing autoloaded classes ...' infoPrintCR.
-    Smalltalk installAutoloadedClasses.
-    needToReactivate ifTrue:[HistoryManager activate].
-].
+"/
+"/ no need to autoload from smalltalk.rc, because it`s done internally at startup
+"/
+"/Class withoutUpdatingChangesDo:[ 
+"/    |needToReactivate|
+"/
+"/    HistoryManager notNil ifTrue:[
+"/        needToReactivate := HistoryManager isActive.
+"/        HistoryManager deactivate.
+"/    ] ifFalse:[
+"/        needToReactivate := false
+"/    ].
+"/    'smalltalk.rc [info]: installing autoloaded classes ...' infoPrintCR.
+"/    Smalltalk installAutoloadedClasses.
+"/    needToReactivate ifTrue:[HistoryManager activate].
+"/].
 
 buildClasses ifTrue:[
     "/