bug-guile
[Top][All Lists]
Advanced

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

[Bug-guile] unnecessary comment in boot-9.scm


From: Brad Knotwell
Subject: [Bug-guile] unnecessary comment in boot-9.scm
Date: Sun, 17 Sep 2000 15:11:58 -0700 (PDT)

Hello all--

This diff removes an irrelevant comment line.

--Brad

Index: boot-9.scm
===================================================================
RCS file: /cvs/guile/guile-core/ice-9/boot-9.scm,v
retrieving revision 1.215
diff -c -r1.215 boot-9.scm
*** boot-9.scm  2000/09/12 05:45:26     1.215
--- boot-9.scm  2000/09/19 14:15:40
***************
*** 545,551 ****
  ;;;
  ;;; (and-map fn lst) is like (and (fn (car lst)) (fn (cadr lst)) (fn...) ...)
  ;;; (or-map fn lst) is like (or (fn (car lst)) (fn (cadr lst)) (fn...) ...)
- ;;; (map-in-order fn lst) is like (map fn lst) but definately in order of lst.
  ;;;
  
  ;; and-map f l
--- 545,550 ----


reply via email to

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