From ac74fc22fbf4438b7c14e77ffda6d52890ffc0fa Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 2 Nov 1996 20:54:03 +0000 Subject: [PATCH] * * read.c: Recording of positions disabled by default. --- libguile/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/read.c b/libguile/read.c index d20318fdf..fec5bf775 100644 --- a/libguile/read.c +++ b/libguile/read.c @@ -65,7 +65,7 @@ scm_option scm_read_opts[] = { { SCM_OPTION_BOOLEAN, "copy", 0, "Copy source code expressions." }, - { SCM_OPTION_BOOLEAN, "positions", 1, + { SCM_OPTION_BOOLEAN, "positions", 0, "Record positions of source code expressions." } };