* list.c (scm_list_append_x): Allow non-pair as last argument.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 18 Aug 1997 13:17:46 +0000 (13:17 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 18 Aug 1997 13:17:46 +0000 (13:17 +0000)
commit1a0e096c8665c6779d11cb441015c5f9d5a967be
tree7661cafc26292ee545257a0dcc08b5fca03c11c1
parent6afcd3b2b6b46ccbfd5f84bfd9dedb458dea894f
* list.c (scm_list_append_x): Allow non-pair as last argument.
This is consistent with the R4RS append and is probably the
correct behaviour as specified by R2RS.  (Thanks to Radey Shouman)
libguile/ChangeLog
libguile/list.c