[Openmcl-cvs-notifications] r11906 - /trunk/source/cocoa-ide/cocoa-editor.lisp
gb at clozure.com
gb at clozure.com
Wed Apr 8 05:28:31 EDT 2009
Author: gb
Date: Wed Apr 8 05:28:31 2009
New Revision: 11906
Log:
#/paste: #/endEditing on textstorage, not self.
Modified:
trunk/source/cocoa-ide/cocoa-editor.lisp
Modified: trunk/source/cocoa-ide/cocoa-editor.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/cocoa-editor.lisp (original)
+++ trunk/source/cocoa-ide/cocoa-editor.lisp Wed Apr 8 05:28:31 2009
@@ -2958,7 +2958,7 @@
;; fixed, this should be fixed as well.
(#/beginEditing textstorage)
(#/replaceCharactersInRange:withString: textstorage selectedrange strin=
g)
- (#/endEditing self))))))
+ (#/endEditing textstorage))))))
=
=
(objc:defmethod (#/hyperSpecLookUp: :void)
More information about the Openmcl-cvs-notifications
mailing list