begin: use begin in = body
This commit is contained in:
parent
e6860d4582
commit
3b1c19fb8e
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@
|
|||
(,binds (begin ,@rest))))
|
||||
|
||||
((list* '= pattern body)
|
||||
`(let-match1 ,pattern (progn ,@body)
|
||||
`(let-match1 ,pattern (begin ,@body)
|
||||
(begin ,@rest)))
|
||||
|
||||
((structure ('=f name args . body))
|
||||
|
|
Loading…
Reference in a new issue