fix #%app bug when it starts with a keyword; PR 9122
svn: r8077
This commit is contained in:
parent
c4960b7418
commit
6f45daa5f4
|
@ -592,7 +592,7 @@
|
|||
(let ([l (syntax->list stx)])
|
||||
(if (not (and l
|
||||
(pair? (cdr l))
|
||||
(not (keyword? (cadr l)))
|
||||
(not (keyword? (syntax-e (cadr l))))
|
||||
(ormap (lambda (x) (keyword? (syntax-e x)))
|
||||
l)))
|
||||
;; simple or erroneous app:
|
||||
|
|
Loading…
Reference in New Issue
Block a user