From cf7a5ee536013bbaa26b8781b33a0e3f6cee5f7e Mon Sep 17 00:00:00 2001 From: Keisuke Nishida Date: Sat, 17 Mar 2001 15:34:46 +0000 Subject: [PATCH] ** New module (ice-9 history) --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index ed4a97378..484e31ea4 100644 --- a/NEWS +++ b/NEWS @@ -748,6 +748,10 @@ objects. Provides a macro `time', which displays execution time of a given form. +** New module (ice-9 history) + +Loading this module enables value history in the repl. + * Changes to the stand-alone interpreter ** New command line option --debug