This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: map-in-order


> No, what's commented out is the opposite.

Ah yes.  How about this patch.

Regards,
Chris Dean

Index: gnu/kawa/slib/srfi1.scm
===================================================================
RCS file: /cvs/kawa/kawa/gnu/kawa/slib/srfi1.scm,v
retrieving revision 1.5
diff -u -w -r1.5 srfi1.scm
--- gnu/kawa/slib/srfi1.scm	1 Jun 2003 05:51:33 -0000	1.5
+++ gnu/kawa/slib/srfi1.scm	18 Oct 2003 00:38:03 -0000
@@ -984,6 +984,7 @@
 ; ;;; We extend MAP to handle arguments of unequal length.
 ; (define map map-in-order)	
 ; COMMENTED OUT BY MARCO VEZZOLI FOR KAWA
+(define map-in-order map)
 
 ;;; filter, remove, partition
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]