Index: /trunk/source/cocoa-ide/cocoa-editor.lisp
===================================================================
--- /trunk/source/cocoa-ide/cocoa-editor.lisp	(revision 12811)
+++ /trunk/source/cocoa-ide/cocoa-editor.lisp	(revision 12812)
@@ -1118,15 +1118,4 @@
                        1.0)))))
                                                         
-;;; Note changes to the textview's background color; record them
-;;; as the value of the "temporary" foreground color (for paren-highlighting).
-(objc:defmethod (#/setBackgroundColor: :void)
-    ((self hemlock-textstorage-text-view) color)
-  #+debug (#_NSLog #@"Set background color: %@" :id color)
-  (let* ((old (text-view-paren-highlight-color self)))
-    (unless (%null-ptr-p old)
-      (#/release old)))
-  (setf (text-view-paren-highlight-color self) (paren-highlight-background-color))
-  (call-next-method color))
-
 
 
@@ -1798,4 +1787,5 @@
                                                        :with-frame tv-frame
                                                        :text-container container))))
+                (setf (text-view-paren-highlight-color tv) (paren-highlight-background-color))
                 (#/setDelegate: layout tv)
                 (#/setMinSize: tv (ns:make-ns-size 0 (ns:ns-size-height contentsize)))
