*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 15 Mar 2002 23:21:37 +0100
changeset 6466 ae28dd895a58
parent 6465 043467265ce2
child 6467 f200ac48f2a8
*** empty log message ***
Object.st
--- a/Object.st	Fri Mar 15 10:34:25 2002 +0100
+++ b/Object.st	Fri Mar 15 23:21:37 2002 +0100
@@ -4799,7 +4799,7 @@
      This is typically sent by the VM, when a ctrl-C is typed at the
      controlling tty (i.e. in the xterm)."
 
-    UserInterruptSignal raise
+    UserInterruptSignal raiseRequest
 !
 
 userInterruptIn:aContext
@@ -6536,6 +6536,7 @@
     ^ false
 ! !
 
+
 !Object methodsFor:'queries'!
 
 basicSize
@@ -8660,6 +8661,6 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.397 2002-03-11 10:48:55 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.398 2002-03-15 22:21:37 cg Exp $'
 ! !
 Object initialize!