ExceptionHandlerSet.st
changeset 6206 59d1ec1e1ed5
parent 4546 ecd03e12cce3
child 6510 03f6f70fd7e8
--- a/ExceptionHandlerSet.st	Sat Nov 17 09:42:15 2001 +0100
+++ b/ExceptionHandlerSet.st	Sat Nov 17 11:01:33 2001 +0100
@@ -11,6 +11,8 @@
 "
 
 
+"{ Package: 'stx:libbasic' }"
+
 IdentityDictionary subclass:#ExceptionHandlerSet
 	instanceVariableNames:''
 	classVariableNames:''
@@ -292,5 +294,5 @@
 !ExceptionHandlerSet class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExceptionHandlerSet.st,v 1.7 1999-08-04 15:46:48 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExceptionHandlerSet.st,v 1.8 2001-11-17 10:00:48 cg Exp $'
 ! !