From 904fabb6020baeef5c8c7cd313c759912cc918e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 15 Apr 2008 20:14:44 +0200 Subject: [PATCH] Revert "Fix typo in `read.c'." This reverts commit 6ddb3ca825b1ee8b746eb688e98aa3b37ab55c3e. --- libguile/read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/read.c b/libguile/read.c index 54b3e7d2f..5a448b7f8 100644 --- a/libguile/read.c +++ b/libguile/read.c @@ -63,7 +63,7 @@ scm_t_option scm_read_opts[] = { { SCM_OPTION_BOOLEAN, "case-insensitive", 0, "Convert symbols to lower case."}, { SCM_OPTION_SCM, "keywords", SCM_UNPACK (SCM_BOOL_F), - "Style of keyword recognition: #f, 'prefix or 'postfix."} + "Style of keyword recognition: #f, 'prefix or 'postfix."}, #if SCM_ENABLE_ELISP { SCM_OPTION_BOOLEAN, "elisp-vectors", 0, "Support Elisp vector syntax, namely `[...]'."},