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-113-g0


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-113-g0ce1c83
Date: Sat, 19 Jun 2010 12:42:31 +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=0ce1c83bbedfb0b02aed8ed2dbaf27611bde608a

The branch, master has been updated
       via  0ce1c83bbedfb0b02aed8ed2dbaf27611bde608a (commit)
      from  37620f3f4e067be9a51b5740698e30c7b1de3a86 (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 0ce1c83bbedfb0b02aed8ed2dbaf27611bde608a
Author: Andy Wingo <address@hidden>
Date:   Sat Jun 19 14:45:03 2010 +0200

    fix ^L typo
    
    * module/rnrs/mutable-pairs.scm: Fix ^L typo.

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

Summary of changes:
 module/rnrs/mutable-pairs.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/module/rnrs/mutable-pairs.scm b/module/rnrs/mutable-pairs.scm
index 3e5da14..020debf 100644
--- a/module/rnrs/mutable-pairs.scm
+++ b/module/rnrs/mutable-pairs.scm
@@ -15,7 +15,8 @@
 ;; You should have received a copy of the GNU Lesser General Public
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-^L
+
+
 
 (library (rnrs mutable-pairs (6))
   (export set-car! set-cdr!)


hooks/post-receive
-- 
GNU Guile



reply via email to

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