diff -r 2028db93d182 -r 7378b8d2ba04 LinkedList.st --- a/LinkedList.st Sat Jun 19 00:49:16 1999 +0200 +++ b/LinkedList.st Sat Jun 19 00:49:38 1999 +0200 @@ -132,7 +132,7 @@ new "create and return a new LinkedList" - ^ super new initialize + ^ self basicNew initialize ! ! !LinkedList methodsFor:'accessing'! @@ -411,5 +411,5 @@ !LinkedList class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/LinkedList.st,v 1.30 1999-03-19 20:45:01 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/LinkedList.st,v 1.31 1999-06-18 22:49:38 cg Exp $' ! !