add current-cost-color export
svn: r1446
This commit is contained in:
parent
f1439372f0
commit
19a0136310
|
@ -99,7 +99,7 @@
|
|||
code-colorize-enabled code-colorize-quote-enabled
|
||||
code-italic-underscore-enabled code-scripts-enabled
|
||||
current-comment-color current-keyword-color
|
||||
current-base-color current-id-color current-literal-color
|
||||
current-base-color current-id-color current-literal-color current-const-color
|
||||
current-reader-forms
|
||||
mzscheme-const-list))
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
(define sym:infinity (symbol #x221E))
|
||||
(define sym:times (symbol 215))
|
||||
(define sym:implies (symbol #x21D2))
|
||||
(define sym:emdash (symbol 8212))
|
||||
(define sym:emdash (symbol #x2014))
|
||||
(define sym:therefore (symbol #x2234)))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user