* read.c (scm_read_opts): Change `escaped-parens' to
authorNeil Jerram <neil@ossau.uklinux.net>
Tue, 10 Feb 2004 19:44:10 +0000 (19:44 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Tue, 10 Feb 2004 19:44:10 +0000 (19:44 +0000)
`elisp-strings'.

libguile/ChangeLog
libguile/read.c

index 0aa4f1c..c650a0d 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-10  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * read.c (scm_read_opts): Change `escaped-parens' to
+       `elisp-strings'.
+
 2004-02-08  Neil Jerram  <neil@ossau.uklinux.net>
 
        * read.c (scm_read_opts): New opts `elisp-vectors' and
index dd37e84..10e8d82 100644 (file)
@@ -56,7 +56,7 @@ scm_t_option scm_read_opts[] = {
   ,
   { SCM_OPTION_BOOLEAN, "elisp-vectors", 0,
     "Support Elisp vector syntax, namely `[...]'."},
-  { SCM_OPTION_BOOLEAN, "escaped-parens", 0,
+  { SCM_OPTION_BOOLEAN, "elisp-strings", 0,
     "Support `\\(' and `\\)' in strings."}
 #endif
 };