remove elisp-strings and elisp-vectors read options
authorAndy Wingo <wingo@pobox.com>
Fri, 1 Oct 2010 08:20:54 +0000 (10:20 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 1 Oct 2010 08:20:54 +0000 (10:20 +0200)
commit24259edb8b1d70dfa968d9182e835013ec1cdb9f
tree0535656609c447eeb759f2e19d604717c950c128
parentedca9d6ef4024ba85701d55e461c16da0a0c5a76
remove elisp-strings and elisp-vectors read options

* libguile/private-options.h (SCM_ELISP_VECTORS_P, SCM_ESCAPED_PARENS_P):
* libguile/read.c (scm_read_opts): Remove unused elisp-vectors option,
  and the elisp-strings option (which allowed \( and \) escapes in
  strings).
  (scm_read_string): Remove the elisp-strings case.

* doc/ref/api-options.texi (Reader options): Update, and update wording
  of the case-insensitive bit.
doc/ref/api-options.texi
libguile/private-options.h
libguile/read.c