src/Pure/display.ML
changeset 56438 7f6b2634d853
parent 56062 8ae2965ddc80
child 59917 9830c944670f
--- a/src/Pure/display.ML	Sun Apr 06 15:51:02 2014 +0200
+++ b/src/Pure/display.ML	Sun Apr 06 16:36:28 2014 +0200
@@ -35,10 +35,10 @@
 
 val show_consts = Goal_Display.show_consts;
 
-val show_hyps_raw = Config.declare "show_hyps" (fn _ => Config.Bool false);
+val show_hyps_raw = Config.declare ("show_hyps", @{here}) (fn _ => Config.Bool false);
 val show_hyps = Config.bool show_hyps_raw;
 
-val show_tags_raw = Config.declare "show_tags" (fn _ => Config.Bool false);
+val show_tags_raw = Config.declare ("show_tags", @{here}) (fn _ => Config.Bool false);
 val show_tags = Config.bool show_tags_raw;