Macro stepper: fixed bugs re: binding arrows
svn: r5676 original commit: 3652cbee39b42cb4f7cca21b5a9127496f276e3c
This commit is contained in:
parent
8dbd130698
commit
a2bd880bbb
|
@ -97,7 +97,7 @@
|
|||
|
||||
(define/public add-syntax
|
||||
(lambda/kw (stx #:key [hi-stxs null] hi-color alpha-table)
|
||||
(when (and hi-stxs (not hi-color))
|
||||
(when (and (pair? hi-stxs) (not hi-color))
|
||||
(error 'syntax-widget%::add-syntax "no highlight color specified"))
|
||||
(let ([colorer (internal-add-syntax stx hi-stxs hi-color)])
|
||||
(when alpha-table
|
||||
|
|
Loading…
Reference in New Issue
Block a user