author | berghofe |
Mon, 11 Oct 2004 10:52:18 +0200 | |
changeset 15238 | cb559bd0b03c |
parent 15237 | 250e9be7a09d |
child 15239 | fb73c8154b19 |
--- a/src/Pure/proof_general.ML Mon Oct 11 10:51:19 2004 +0200 +++ b/src/Pure/proof_general.ML Mon Oct 11 10:52:18 2004 +0200 @@ -600,7 +600,10 @@ proof_option)), ("theorem-dependencies", ("Track theorem dependencies within Proof General", - thm_deps_option))]) + thm_deps_option)), + ("skip-proofs", + ("Skip all proof scripts (interactive-only)", + bool_option Toplevel.skip_proofs))]) ]; end