Autoload.st
changeset 18911 1a23d9ffc0e9
parent 18354 12dc3f0958af
child 18919 dbe023989a90
child 19694 974f6b10c7b5
--- 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$'
 ! !