src/Pure/goal_display.ML
changeset 56438 7f6b2634d853
parent 52284 b12f2cef3ee5
child 56493 1f660d858a75
--- a/src/Pure/goal_display.ML	Sun Apr 06 15:51:02 2014 +0200
+++ b/src/Pure/goal_display.ML	Sun Apr 06 16:36:28 2014 +0200
@@ -23,13 +23,13 @@
 structure Goal_Display: GOAL_DISPLAY =
 struct
 
-val goals_limit_raw = Config.declare_option "goals_limit";
+val goals_limit_raw = Config.declare_option ("goals_limit", @{here});
 val goals_limit = Config.int goals_limit_raw;
 
-val show_main_goal_raw = Config.declare_option "show_main_goal";
+val show_main_goal_raw = Config.declare_option ("show_main_goal", @{here});
 val show_main_goal = Config.bool show_main_goal_raw;
 
-val show_consts_raw = Config.declare_option "show_consts";
+val show_consts_raw = Config.declare_option ("show_consts", @{here});
 val show_consts = Config.bool show_consts_raw;
 
 fun pretty_flexpair ctxt (t, u) = Pretty.block