ChangeSet.st
changeset 4011 d60ab5e3030f
parent 3981 60a9e8dcb7d1
child 4022 b596e506bbe9
child 4033 27e307c5e35f
--- a/ChangeSet.st	Tue May 03 14:54:16 2016 +0200
+++ b/ChangeSet.st	Tue May 03 15:50:18 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -792,7 +790,6 @@
     "Created: / 27.10.1997 / 13:52:54 / cg"
 ! !
 
-
 !ChangeSet class methodsFor:'Compatibility-VW'!
 
 component: component definition: anObject change: changeSymbol
@@ -934,7 +931,7 @@
                             "/
                             "/ what type of chunk is this ...
                             "/
-                            tree isConstant ifTrue:[
+                            tree isLiteral ifTrue:[
                                 (s := tree evaluate) isString ifTrue:[
                                     (s startsWith:'---- ') ifTrue:[
                                         reader inputStream: s readStream.