src/Pure/ProofGeneral/preferences.ML
changeset 28315 d3cf88fe77bc
parent 28066 611e504c1191
child 28587 52ec4c827ed4
--- a/src/Pure/ProofGeneral/preferences.ML	Mon Sep 22 13:56:03 2008 +0200
+++ b/src/Pure/ProofGeneral/preferences.ML	Mon Sep 22 13:56:04 2008 +0200
@@ -143,10 +143,10 @@
      bool_pref Toplevel.debug
                 "debugging"
                 "Whether to enable debugging.",
-     bool_pref Codegen.auto_quickcheck
+     bool_pref Quickcheck.auto
                 "auto-quickcheck"
                 "Whether to enable quickcheck automatically.",
-     nat_pref Codegen.auto_quickcheck_time_limit
+     nat_pref Quickcheck.auto_time_limit
                 "auto-quickcheck-time-limit"
                 "Time limit for automatic quickcheck (in milliseconds).",
      thm_deps_pref]