Smalltalk.st
changeset 10952 16d46611f7ae
parent 10904 83cf470f3cfe
child 10971 7452375e37eb
--- a/Smalltalk.st	Wed Apr 09 21:41:24 2008 +0200
+++ b/Smalltalk.st	Wed Apr 09 21:41:33 2008 +0200
@@ -952,6 +952,7 @@
     "Created: 20.6.1997 / 16:58:28 / cg"
 ! !
 
+
 !Smalltalk class methodsFor:'browsing'!
 
 browseAllCallsOn:aSelectorSymbol
@@ -1478,7 +1479,7 @@
     "Modified: 18.5.1996 / 12:13:33 / cg"
 !
 
-deepCopyUsing:aDictionary
+deepCopyUsing:aDictionary postCopySelector:postCopySelector
     "return a deep copy of the receiver.
      Redefined to return the receiver - there is only one Smalltalk dictionary"
 
@@ -7039,5 +7040,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.837 2008-03-03 10:13:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.838 2008-04-09 19:41:33 ab Exp $'
 ! !