1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-05-12 23:04:23 +00:00
parent 56adbd75d4
commit a658e41bee

View file

@ -1,3 +1,7 @@
2003-05-13 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm (delete): Fix predicate arg order to match srfi-1 spec.
2003-05-10 Kevin Ryde <user42@zip.com.au>
* srfi-1.scm (take): Make this an alias for list-head.