patches
changeset 175 ce28eba6e426
parent 174 b0336b8ba704
child 179 e3be85982d13
--- a/patches	Tue Nov 12 16:46:23 1996 +0100
+++ b/patches	Tue Nov 12 16:49:33 1996 +0100
@@ -20,6 +20,8 @@
 
 |requiredClasses|
 
+'SMALLTALK: initial startup (snapshot image restart is faster) ...' printCR.
+
 "/ GLXWorkstation forceGL:true.
 "/ OperatingSystem disableSignal:14.
 
@@ -143,7 +145,6 @@
 ].
 Class withoutUpdatingChangesDo:[   
     'installing autoloaded classes ...' printCR.
-Smalltalk silentLoading:false.
     Smalltalk installAutoloadedClassesFrom:'include/abbrev.stc'.
 ].
 needToReactivate ifTrue:[HistoryManager activate].