Text.st
changeset 2868 c8c0cba943de
parent 2867 daa1394cdf05
child 2959 248125161a88
--- a/Text.st	Wed Dec 19 09:56:40 2012 +0100
+++ b/Text.st	Wed Dec 19 10:27:17 2012 +0100
@@ -648,14 +648,6 @@
 
     "Created: 11.5.1996 / 14:08:36 / cg"
     "Modified: 16.5.1996 / 11:15:12 / cg"
-!
-
-writeStream
-    "return a stream for writing onto the receiver.
-     Redefined to return a TextStream which deals with emphasis change messages"
-
-
-    ^ TextStream on:self
 ! !
 
 !Text methodsFor:'copying'!
@@ -1812,11 +1804,11 @@
 !Text class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.117 2012-12-19 08:56:40 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.118 2012-12-19 09:27:17 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.117 2012-12-19 08:56:40 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Text.st,v 1.118 2012-12-19 09:27:17 stefan Exp $'
 ! !