diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-14 22:02:28 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-06-14 22:02:28 +0000 |
commit | 3243bcc0c7ae39e0c8074ed7400de3e0c22f4215 (patch) | |
tree | 449895f5ee795153690f8a52fc3509756e4d0239 /HACKING | |
parent | 8878f040334f05b97f231b44ca93404c788547ee (diff) |
*** empty log message ***
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |