diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 41d5d95b0..81bfedac7 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,12 @@ +Thu Feb 27 23:25:47 1997 Mikael Djurfeldt + + * boot-9.scm: Removed the enabling of debug evaluator and + recording of source code positions. This was placed there for our + convenience, but it has already sneaked into the distribution + once... so we'd better add this in our local copies instead when + we need it. (These options are normally enabled at the end of + boot-9.scm when loading the debug module.) + Thu Feb 27 16:04:45 1997 Marius Vollmer * boot-9.scm (module-defined?): New function. diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index 6cae9187b..5015a1325 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -25,13 +25,6 @@ ;;; file. ;;; - -;;; During Guile development, we want to use debugging evaluator and record -;;; positions of source expressions in boot-9.scm by default. - -(debug-options-interface (cons 'debug (debug-options-interface))) -(read-options-interface (cons 'positions (read-options-interface))) - ;;; {Features} ;;