aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-10-15 23:34:34 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-10-15 23:34:34 +0000
commitdda14160ec6a89fdf965d02a95ca9a111a2f756b (patch)
tree9d750d8539392a0b6f102a4ff8f9a7d42519378e /generic/proof-config.el
parentd7cfaa58b4dd75362d25ac928319a13e38acc2f2 (diff)
proof-script-use-old-parser: remove configuration option and cleanup
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index cca9cc35..289f0788 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -278,18 +278,6 @@ or `proof-script-parse-function'."
:type 'string
:group 'prover-config)
-(defcustom proof-script-use-old-parser nil ;;experiment and let folk complain
- "Whether to use the old parsing mechanism.
-By default, this is set to nil in Proof General 3.5.
-Please report any proof script parsing oddities to
-da+pg@@inf.ed.ac.uk.
-
-\(NB: Specific example where new parser fails: Isar relies on certain
-text being sent to prover which according to syntax configuration
-are comments; new parser does not send these currently.)"
- :type 'boolean
- :group 'prover-config)
-
(defcustom proof-script-integral-proofs nil
"Whether the complete text after a goal confines the actual proof.