ChangeSet.st
changeset 4321 bd3d209082c3
parent 4305 c6267418f19e
child 4325 85103a468e28
--- a/ChangeSet.st	Thu May 17 21:26:20 2018 +0200
+++ b/ChangeSet.st	Fri May 18 04:27:28 2018 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -891,7 +889,7 @@
 
                     parser := Parser for:chunk.
                     "/ parser parseForCode.
-                    Parser parseErrorSignal handle:[:ex |
+                    ParseError handle:[:ex |
                         Transcript showCR:'ChangeSet: error while reading: ',ex description.
                         tree := #Error.
                     ] do:[