diff -r 815f8cba1f42 -r 1a23d9ffc0e9 Autoload.st --- a/Autoload.st Wed Nov 18 12:54:41 2015 +0100 +++ b/Autoload.st Wed Nov 18 12:54:54 2015 +0100 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1991 by Claus Gittinger All Rights Reserved @@ -614,7 +612,7 @@ ! isAbstract - ^ false "/ actually: dont know, but do not want to load my class for this query + ^ false "/ actually: don't know, but do not want to load my class for this query ! new @@ -847,11 +845,11 @@ !Autoload class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.171 2015-05-16 09:51:57 cg Exp $' + ^ '$Header$' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.171 2015-05-16 09:51:57 cg Exp $' + ^ '$Header$' ! !