* Removed duplicate implementation of list*.

This commit is contained in:
Dirk Herrmann 2000-06-16 12:38:41 +00:00
commit 79494f15d3
4 changed files with 13 additions and 13 deletions

View file

@ -1,3 +1,8 @@
2000-06-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
* common-list.scm (list*): Removed, since this function is
implemented as a primitive in libguile/list.c.
2000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* session.scm (help): Warn user if 'regex isn't provided.