ObjectMemory.st
changeset 25191 424bcadb92f6
parent 25091 b18f5cd8e7e6
child 25291 7f1f60551465
--- a/ObjectMemory.st	Sat Jan 18 20:38:06 2020 +0100
+++ b/ObjectMemory.st	Sun Jan 19 16:31:39 2020 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -2333,8 +2335,8 @@
 %}
 
     "
-     ObjectMemory sendTraceOn
-     ObjectMemory sendTraceOff
+     ObjectMemory sendTraceOn.
+     ObjectMemory sendTraceOff.
     "
 
     "Created: / 14-03-2019 / 15:52:57 / Claus Gittinger"