PosStream.st
changeset 4452 3d050f505a0a
parent 4416 c6f292792b81
child 4487 6d4340c18e4f
--- a/PosStream.st	Mon Jul 26 09:34:08 1999 +0200
+++ b/PosStream.st	Mon Jul 26 11:03:56 1999 +0200
@@ -896,7 +896,9 @@
     "report an error when positioning past the end
      or before the beginning."
 
-    ^ InvalidPositionErrorSignal raiseIn:thisContext sender
+    ^ InvalidPositionErrorSignal raiseRequestWith:nil in:thisContext sender
+
+    "Modified: / 26.7.1999 / 10:59:13 / stefan"
 !
 
 with:aCollection
@@ -983,6 +985,6 @@
 !PositionableStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/PosStream.st,v 1.76 1999-07-20 16:00:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/PosStream.st,v 1.77 1999-07-26 09:03:56 stefan Exp $'
 ! !
 PositionableStream initialize!