comment(s) in deferAfter:
authorClaus Gittinger <cg@exept.de>
Tue, 22 Sep 2009 17:20:12 +0200
changeset 12006 a86008133c3e
parent 12005 1f653391be9c
child 12007 db5942898990
comment(s) in deferAfter:
Signal.st
--- a/Signal.st	Tue Sep 22 16:26:05 2009 +0200
+++ b/Signal.st	Tue Sep 22 17:20:12 2009 +0200
@@ -828,7 +828,7 @@
 !
 
 deferAfter:aBlock
-    "evaluate the argument, aBlock.
+    " evaluate the argument, aBlock.
      Ignore the receiver-signal during evaluation - i.e. simply continue,
      but remember if the signal was raised.
      After the block evaluation, finally raise the signal - if it was raised in the block.
@@ -967,5 +967,5 @@
 !Signal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.106 2009-09-22 14:26:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.107 2009-09-22 15:20:12 cg Exp $'
 ! !