Autoload.st
changeset 11145 da935faeca94
parent 11058 66c655c1a7cb
child 11171 b95546993eb8
--- a/Autoload.st	Wed Sep 03 10:44:28 2008 +0200
+++ b/Autoload.st	Wed Sep 03 10:46:15 2008 +0200
@@ -167,7 +167,7 @@
     "Modified: 24.4.1996 / 19:54:35 / cg"
 ! !
 
-!Autoload class methodsFor:'fileout'!
+!Autoload class methodsFor:'fileOut'!
 
 basicFileOutDefinitionOn:aStream withNameSpace:forceNameSpace withPackage:withPackage
     "print an expression to define myself on aStream.
@@ -923,7 +923,7 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.147 2008-06-14 17:58:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.148 2008-09-03 08:46:15 cg Exp $'
 ! !
 
 Autoload initialize!