FileApplicationNoteBook.st
changeset 4076 dab646f013d6
parent 4071 f923c8257818
child 4082 0ca141045a56
--- a/FileApplicationNoteBook.st	Mon Oct 28 10:42:43 2002 +0100
+++ b/FileApplicationNoteBook.st	Mon Oct 28 11:21:33 2002 +0100
@@ -4183,14 +4183,9 @@
             col := ((paranthesis at:#open) asOrderedCollection).
             col add:$<.
             paranthesis at:#open put:col.
+            editView parenthesisSpecification:paranthesis
         ].
-        ((paranthesis at:#close) includes:$>) ifFalse:[
-            col := ((paranthesis at:#close) asOrderedCollection).
-            col add:$>.
-            paranthesis at:#close put:col.
-        ]
     ].
-    editView parenthesisSpecification:paranthesis
 ! !
 
 !FileApplicationNoteBook::XViewApplication class methodsFor:'defaults'!
@@ -4670,5 +4665,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.22 2002-10-28 07:58:20 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.23 2002-10-28 10:21:33 penk Exp $'
 ! !