Changeset 6745


Ignore:
Timestamp:
Jun 16, 2007, 7:16:26 PM (17 years ago)
Author:
Gary Byers
Message:

No constraints on cocoa-defaults.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/examples/cocoa-window.lisp

    r6725 r6745  
    2727  (def-cocoa-default *default-font-name* :string "Courier" "Name of font to use in editor windows")
    2828  (def-cocoa-default *default-font-size* :float 12.0f0 "Size of font to use in editor windows, as a positive SINGLE-FLOAT")
    29   (def-cocoa-default *tab-width* :int 8 "Width of editor tab stops, in characters" (integer 1 32))
     29  (def-cocoa-default *tab-width* :int 8 "Width of editor tab stops, in characters")
    3030  (require "COCOA-PREFS")
    3131  (require "COCOA-TYPEOUT"))
Note: See TracChangeset for help on using the changeset viewer.