mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
fix bug in collect
* module/ice-9/deprecated.scm (collect): Fix bug.
This commit is contained in:
parent
bb0c815741
commit
1772145c02
1 changed files with 2 additions and 2 deletions
|
@ -565,5 +565,5 @@ better yet, use the repl from `(system repl repl)'.")
|
|||
(syntax-case x ()
|
||||
((_) #''())
|
||||
((_ x x* ...)
|
||||
#''(let ((val x))
|
||||
(cons val (collect x* ...)))))))
|
||||
#'(let ((val x))
|
||||
(cons val (collect x* ...)))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue