Stream.st
changeset 24236 5de49e99e8fd
parent 24148 0a40f4bca78d
child 24413 d9b1c89a730e
--- a/Stream.st	Wed May 29 11:33:34 2019 +0200
+++ b/Stream.st	Wed May 29 11:40:02 2019 +0200
@@ -223,7 +223,6 @@
 ! !
 
 
-
 !Stream methodsFor:'Compatibility-Dolphin'!
 
 display:someObject
@@ -4082,6 +4081,14 @@
 
 !Stream methodsFor:'writing'!
 
+beginEntry
+    "ignored here - for compatibility with Transcript"
+
+    ^ self
+
+    "Created: / 29-05-2019 / 11:39:34 / Claus Gittinger"
+!
+
 cr
     "append a carriage-return to the stream.
      This is only allowed, if the receiver supports writing."