Autoload.st
changeset 10128 f3942b8fada3
parent 10123 6dccda38102b
child 10926 64ffe2fe2340
--- a/Autoload.st	Mon Oct 23 18:06:37 2006 +0200
+++ b/Autoload.st	Mon Oct 23 18:12:12 2006 +0200
@@ -320,7 +320,7 @@
 
     "load it"
     (Object infoPrinting and:[Smalltalk silentLoading ~~ true]) ifTrue:[
-thisContext fullPrintAll.
+        "/ thisContext fullPrintAll.
         Transcript showCR:('autoloading ', myName , ' ...'); endEntry.
     ].
 
@@ -476,7 +476,7 @@
     self changed:#loaded with:newClass.
     ^ newClass
 
-    "Modified: / 23-10-2006 / 16:44:08 / cg"
+    "Modified: / 23-10-2006 / 18:12:21 / cg"
 ! !
 
 !Autoload class methodsFor:'message catching'!
@@ -907,7 +907,7 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.142 2006-10-23 14:43:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.143 2006-10-23 16:12:12 cg Exp $'
 ! !
 
 Autoload initialize!