Notification.st
changeset 8698 948da171e6e5
parent 8692 3abb4811f5b2
child 8701 bd5034470a47
--- 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!