src/Pure/System/isabelle_process.ML
changeset 51554 041bc3d31f23
parent 51553 63327f679cff
child 51941 ead4248aef3b
--- a/src/Pure/System/isabelle_process.ML	Wed Mar 27 16:38:25 2013 +0100
+++ b/src/Pure/System/isabelle_process.ML	Wed Mar 27 16:46:52 2013 +0100
@@ -242,7 +242,7 @@
         Multithreading.max_threads := Options.int options "threads";
         if Multithreading.max_threads_value () < 2
         then Multithreading.max_threads := 2 else ();
-        Goal.skip_proofs := Options.bool options "skip_proofs";
+        Goal.skip_proofs := Options.bool options "editor_skip_proofs";
         Goal.parallel_proofs := (if Options.int options "parallel_proofs" > 0 then 3 else 0);
         Goal.parallel_subproofs_saturation := Options.int options "parallel_subproofs_saturation";
         Goal.parallel_subproofs_threshold := Options.real options "parallel_subproofs_threshold";