- Timestamp:
- May 2, 2008, 11:11:48 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/1.2/source/cocoa-ide/cocoa-editor.lisp
r8504 r9343 1003 1003 color 1004 1004 (flag :<BOOL>)) 1005 (unless (#/editingInProgress (#/textStorage self)) 1005 (unless (or (not (eq ccl::*current-process* ccl::*initial-process*)) 1006 (#/editingInProgress (#/textStorage self))) 1006 1007 (unless (eql #$NO (text-view-blink-enabled self)) 1007 1008 (let* ((layout (#/layoutManager self))
Note: See TracChangeset
for help on using the changeset viewer.