Changeset 12697
- Timestamp:
- Aug 26, 2009, 6:08:08 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/cocoa-editor.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-editor.lisp
r12695 r12697 2753 2753 t)))) 2754 2754 2755 2755 ;;; Cocotron's NSDocument uses the deprecated as of 10.4 methods to implement the NSSavePanel 2756 #+cocotron 2757 (objc:defmethod (#/writeToFile:ofType: :<BOOL>) 2758 ((self hemlock-editor-document) path type) 2759 (rlet ((perror :id +null-ptr+)) 2760 (#/writeToURL:ofType:error: (#/fileURLWithPath: ns:ns-url path) self type perror))) 2756 2761 2757 2762
Note:
See TracChangeset
for help on using the changeset viewer.
