1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-06-14 22:02:28 +00:00
parent 8878f04033
commit 3243bcc0c7
2 changed files with 5 additions and 1 deletions

View file

@ -211,7 +211,7 @@ can never tell which name the entry will refer to. Instead, write this:
Changes like adding this line are special:
SCM_PROC (s_serial_map, "serial-map", 2, 0, 1, scm_map);
SCM_PROC (s_map_in_order, "map-in-order", 2, 0, 1, scm_map);
Since the change here is about the name itself --- we're adding a new
alias for scm_map that guarantees the order in which we process list