1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 04:15:36 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-01-07 19:51:18 +00:00
parent 062fccce79
commit 96e3b2f808
2 changed files with 15 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-01-07 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* boot-9.scm (with-fluids): Use with-fluid* when only one fluid is
being set.
2004-01-07 Kevin Ryde <user42@zip.com.au>
* q.scm (q-pop!): Should be "null?" not "not" for end-of-list.