guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. release_1-9-11-66-g17


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-66-g1772145
Date: Mon, 14 Jun 2010 08:49:42 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=1772145c0222e4826e5113c14ee96fd95b263420

The branch, master has been updated
       via  1772145c0222e4826e5113c14ee96fd95b263420 (commit)
      from  bb0c8157411586fa9bb661cf9497892a1b3f7c90 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1772145c0222e4826e5113c14ee96fd95b263420
Author: Andy Wingo <address@hidden>
Date:   Mon Jun 14 10:46:02 2010 +0200

    fix bug in collect
    
    * module/ice-9/deprecated.scm (collect): Fix bug.

-----------------------------------------------------------------------

Summary of changes:
 module/ice-9/deprecated.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/ice-9/deprecated.scm b/module/ice-9/deprecated.scm
index 7aeda34..c672b68 100644
--- a/module/ice-9/deprecated.scm
+++ b/module/ice-9/deprecated.scm
@@ -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* ...)))))))


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]