Signal.st
changeset 4476 696ac99f2a52
parent 4473 793078981f01
child 4486 f84def7aaf3f
--- a/Signal.st	Sat Jul 31 15:54:18 1999 +0200
+++ b/Signal.st	Sat Jul 31 15:54:59 1999 +0200
@@ -447,7 +447,7 @@
     "Created: / 25.7.1999 / 19:55:43 / stefan"
 !
 
-handlingSignalInContext:theContext
+handlingExceptionInContext:theContext
     "answer the handling signal from aContext."
 
     ^ self
@@ -835,6 +835,6 @@
 !Signal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.56 1999-07-31 12:43:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.57 1999-07-31 13:54:28 cg Exp $'
 ! !
 Signal initialize!