CompErr.st
changeset 278 8c8c96856b41
parent 135 aa4f7b8f121e
child 928 90470934ef24
--- a/CompErr.st	Sat May 18 16:43:32 1996 +0200
+++ b/CompErr.st	Sat May 18 17:33:35 1996 +0200
@@ -22,7 +22,7 @@
 !CompilationErrorHandler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/CompErr.st,v 1.2 1995-11-11 15:30:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/CompErr.st,v 1.3 1996-05-18 15:33:29 cg Exp $'
 !
 
 documentation
@@ -74,7 +74,7 @@
     "
 "/    position printOn:Transcript.
 "/    Transcript show:' '.
-    Transcript showCr:aMessage.
+    Transcript showCR:aMessage.
     ^ false
 
 !