changed #printAll
authorClaus Gittinger <cg@exept.de>
Fri, 13 Feb 2009 16:10:57 +0100
changeset 2157 27dbac5f6a95
parent 2156 2cb69ec50829
child 2158 a44655b13b11
changed #printAll
Scanner.st
--- a/Scanner.st	Fri Feb 13 10:22:46 2009 +0100
+++ b/Scanner.st	Fri Feb 13 16:10:57 2009 +0100
@@ -1400,7 +1400,7 @@
     |fullMessage|
 
     Smalltalk isInitialized ifFalse:[    
-        thisContext fullPrintAll.
+        thisContext printAll.
     ].
 
     "/ fullMessage := (self errorMessagePrefix) , ' ' , (aMessage ? '???').
@@ -3224,7 +3224,7 @@
 !Scanner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.246 2009-02-13 08:37:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.247 2009-02-13 15:10:57 cg Exp $'
 ! !
 
 Scanner initialize!