smalltalk.rc
changeset 568 15e0e2736c8b
parent 566 fedb8719e3b6
child 609 f0f51d4a0066
--- a/smalltalk.rc	Thu Oct 23 18:21:12 2003 +0200
+++ b/smalltalk.rc	Sun Oct 26 17:27:46 2003 +0100
@@ -252,22 +252,19 @@
 "/ and install all nonExisting classes as autoloaded
 "/
 
-"/
-"/ 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].
-"/].
+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:[
     "/