1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 18:30:25 +02:00

Add SRFI-1 delete and delete! argument order fixed.

This commit is contained in:
Kevin Ryde 2003-05-16 23:40:16 +00:00
parent a3001b9dd0
commit b30b191443

5
NEWS
View file

@ -509,6 +509,11 @@ chapter in the reference manual.
There is no replacement for undefine.
** SRFI-1 delete equality argument order fixed.
In the srfi-1 module delete and delete!, the order of the arguments to
the "=" procedure now matches the SRFI-1 specification.
* Changes to the C interface
** Many public #defines with generic names have been made private.