UndefinedVariable.st
changeset 263 3b21d0991eff
parent 261 0372e948ca2d
child 276 cc78d1702625
--- a/UndefinedVariable.st	Thu Apr 25 18:48:24 1996 +0200
+++ b/UndefinedVariable.st	Thu Apr 25 19:09:53 1996 +0200
@@ -43,6 +43,9 @@
     of this class,  which will not understand ANY message.
     The error message will then be 'UndefinedVariable ...' 
     instead of 'UndefineObject ...', which is somewhat more informative.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -138,5 +141,5 @@
 !UndefinedVariable class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/UndefinedVariable.st,v 1.11 1996-04-25 11:13:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/UndefinedVariable.st,v 1.12 1996-04-25 17:08:14 cg Exp $'
 ! !