Context.st
branchjv
changeset 18113 92b4242b2b0b
parent 18103 389203ee58fc
parent 15851 62426f2047ba
child 18120 e3a375d5f6a8
--- a/Context.st	Thu Dec 05 09:52:02 2013 +0000
+++ b/Context.st	Tue Dec 17 20:21:42 2013 +0100
@@ -490,6 +490,15 @@
     "
 !
 
+messageSend
+    ^ MessageSend receiver:receiver selector:selector arguments:self args
+
+    "
+     thisContext methodHome messageSend
+     thisContext messageSend
+    "
+!
+
 method
     "return the method for which the receiver was created.
      Change with ST/X vsn 6:
@@ -2555,11 +2564,11 @@
 !Context class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.191 2013-08-23 13:00:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.192 2013-12-06 14:10:17 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.191 2013-08-23 13:00:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.192 2013-12-06 14:10:17 stefan Exp $'
 !
 
 version_HG