guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/ice-9 boot-9.scm


From: Marius Vollmer
Subject: guile/guile-core/ice-9 boot-9.scm
Date: Thu, 12 Jul 2001 16:26:52 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/07/12 16:26:52

Modified files:
        guile-core/ice-9: boot-9.scm 

Log message:
        (compile-interface-spec): Bug fix: the keyword argument is "renamer"
        not "rename".

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/boot-9.scm.diff?cvsroot=OldCVS&tr1=1.267&tr2=1.268&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/boot-9.scm
diff -u guile/guile-core/ice-9/boot-9.scm:1.267 
guile/guile-core/ice-9/boot-9.scm:1.268
--- guile/guile-core/ice-9/boot-9.scm:1.267     Mon Jul  9 07:28:03 2001
+++ guile/guile-core/ice-9/boot-9.scm   Thu Jul 12 16:26:52 2001
@@ -2652,7 +2652,7 @@
   (define keys 
     ;; sym     key      quote?
     '((:select #:select #t)
-      (:rename #:rename #f)))
+      (:renamer #:renamer #f)))
   (if (not (pair? (car spec)))
       `(',spec)
       `(',(car spec)



reply via email to

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