Index: /trunk/source/cocoa-ide/cocoa-editor.lisp
===================================================================
--- /trunk/source/cocoa-ide/cocoa-editor.lisp	(revision 14490)
+++ /trunk/source/cocoa-ide/cocoa-editor.lisp	(revision 14491)
@@ -1150,6 +1150,5 @@
 
 
-(defmethod compute-temporary-attributes ((self hemlock-textstorage-text-view))
-  (let* ((container (#/textContainer self))
+(defmethod compute-temporary-attributes ((self hemlock-textstorage-text-view))    (let* ((container (#/textContainer self))
          ;; If there's a containing scroll view, use its contentview         
          ;; Otherwise, just use the current view.
@@ -1164,4 +1163,5 @@
          (start (ns:ns-range-location char-range))
          (length (ns:ns-range-length char-range)))
+                                                                                    #-cocotron
     (when (> length 0)
       ;; Remove all temporary attributes from the character range
