added dont-care defn to suppress output
svn: r15994
This commit is contained in:
parent
7bb15bbbeb
commit
03134e9107
|
@ -24,7 +24,7 @@
|
|||
(send test-dc try-color (make-object color% 193 251 181) redex-highlight-color)
|
||||
|
||||
(define error-delta (make-object style-delta% 'change-style 'italic))
|
||||
(send error-delta set-delta-foreground "RED")
|
||||
(define dont-care (send error-delta set-delta-foreground "RED"))
|
||||
|
||||
(define snip-delta (make-object style-delta% 'change-alignment 'top))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user