# HG changeset patch # User Claus Gittinger # Date 1253632812 -7200 # Node ID a86008133c3e6b76f293e427e25d980ea149694b # Parent 1f653391be9ca214760eca225c6e1c4d20390168 comment(s) in deferAfter: diff -r 1f653391be9c -r a86008133c3e 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 $' ! !