better to use begin
svn: r11852 original commit: d35ceb9f4f2e98b3a97e00ad9b59d9fdbaa1bf7b
This commit is contained in:
parent
64919abe7b
commit
1c19af99c4
|
@ -163,7 +163,7 @@
|
||||||
(define-syntax (begin/text stx)
|
(define-syntax (begin/text stx)
|
||||||
(syntax-case stx ()
|
(syntax-case stx ()
|
||||||
[(begin/text expr ...)
|
[(begin/text expr ...)
|
||||||
#'(process-begin/text begin/collect values expr ...)]))
|
#'(process-begin/text begin/collect begin expr ...)]))
|
||||||
|
|
||||||
;; include for templates
|
;; include for templates
|
||||||
(require (for-syntax scheme/base (prefix-in scribble: "../reader.ss"))
|
(require (for-syntax scheme/base (prefix-in scribble: "../reader.ss"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user