Make #handle - contexts also #return-able
authorStefan Vogel <sv@exept.de>
Mon, 24 Jan 2005 13:33:39 +0100
changeset 8698 948da171e6e5
parent 8697 05013adab7bb
child 8699 ed6792665e78
Make #handle - contexts also #return-able
Notification.st
--- a/Notification.st	Mon Jan 24 13:29:58 2005 +0100
+++ b/Notification.st	Mon Jan 24 13:33:39 2005 +0100
@@ -96,6 +96,7 @@
      If the receiver is queried during evaluation, answer with someAnswer.
      This is a wrapper for #handle:do: for lazy typists; no new functionality."
 
+    <context: #return>
     <exception: #handle>
 
     "/ thisContext markForHandle. -- same as above pragma
@@ -288,7 +289,7 @@
 !Notification class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.16 2005-01-21 17:10:30 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Notification.st,v 1.17 2005-01-24 12:33:39 stefan Exp $'
 ! !
 
 Notification initialize!