[Openmcl-cvs-notifications] r12631 - /trunk/source/cocoa-ide/hemlock-text.lisp

gz at clozure.com gz at clozure.com
Wed Aug 19 17:47:01 EDT 2009


Author: gz
Date: Wed Aug 19 17:47:01 2009
New Revision: 12631

Log:
Fix call to hemlock-buffer-string-cache

Modified:
    trunk/source/cocoa-ide/hemlock-text.lisp

Modified: trunk/source/cocoa-ide/hemlock-text.lisp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/cocoa-ide/hemlock-text.lisp (original)
+++ trunk/source/cocoa-ide/hemlock-text.lisp Wed Aug 19 17:47:01 2009
@@ -183,7 +183,7 @@
                                                 (attributes :id)
                                                 (range #>NSRange))
   (let* ((string (hemlock-string self))
-	 (cache (hemlock-buffer-string-cache self))
+	 (cache (hemlock-buffer-string-cache (hemlock-string self)))
 	 (buffer (hemlock-buffer string))
          (hi::*current-buffer* buffer)
 	 (*suppress-edit-notifications* t))



More information about the Openmcl-cvs-notifications mailing list