From fa08b58ea83814ab5294141806ab89d9e2c8db1b Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 26 Sep 2001 02:17:12 +0000 Subject: [PATCH] Add bugfix item to "Eventually". --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 6ca4ff836..98f85a45f 100644 --- a/TODO +++ b/TODO @@ -57,6 +57,8 @@ that user-visible changes are reflected in NEWS. - implement internationalized strings - revise the uniform vector implementation - make the set of error signalling functions more consistent +- Fix bug reported by Sven.Hartrumpf@fernuni-hagen.de 2001-08-31: + (debug-disable 'debug) has no effect if it is the first form in ~/.guile. * Before releasing 1.8.0: