src/Pure/pure_syn.ML
changeset 58842 22b87ab47d3b
parent 56895 f058120aaad4
child 58852 621c052789b4
--- a/src/Pure/pure_syn.ML	Thu Oct 30 23:14:11 2014 +0100
+++ b/src/Pure/pure_syn.ML	Fri Oct 31 11:18:17 2014 +0100
@@ -11,8 +11,7 @@
   Outer_Syntax.command
     (("theory", Keyword.tag_theory Keyword.thy_begin), @{here}) "begin theory"
     (Thy_Header.args >> (fn header =>
-      Toplevel.init_theory
-        (fn () => Thy_Info.toplevel_begin_theory (! ProofGeneral.master_path) header)));
+      Toplevel.init_theory (fn () => Thy_Info.toplevel_begin_theory Path.current header)));
 
 val _ =
   Outer_Syntax.command