*** empty log message ***

This commit is contained in:
Kevin Ryde 2005-01-23 21:28:45 +00:00
commit d27d4bf7a7
2 changed files with 8 additions and 1 deletions

View file

@ -1,7 +1,7 @@
2005-01-24 Kevin Ryde <user42@zip.com.au>
* srfi-1.c (scm_srfi1_member): Correction to pred call arg order, srfi
spec is (PRED X elem).
spec is (PRED X elem). Update docstring from manual.
* srfi-1.scm (lset=): Allow no list arguments, per srfi spec example.