diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index a5c506540..2eb7773fd 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +2004-01-07 Kevin Ryde + + * q.scm (q-pop!): Should be "null?" not "not" for end-of-list. + Reported by Richard Todd. + 2004-01-04 Kevin Ryde * slib.scm (?, >=?): Define as aliases for <, <=, =, >,