better to use begin
svn: r11852
This commit is contained in:
parent
9c08df4789
commit
d35ceb9f4f
|
@ -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