From 294d3806626e99fa16b1c9de58617e5e94c9df6e Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 14 Oct 1996 03:44:37 +0000 Subject: [PATCH] *** empty log message *** --- libguile/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/read.c b/libguile/read.c index 7cef82f18..5831a9553 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", 0, + { SCM_OPTION_BOOLEAN, "positions", 1, "Record positions of source code expressions." } };