src/Pure/Isar/isar_syn.ML
changeset 35205 611b90bb89bc
parent 33671 4b0f2599ed48
child 35223 9f35be9c2960
--- a/src/Pure/Isar/isar_syn.ML	Thu Feb 18 23:38:33 2010 +0100
+++ b/src/Pure/Isar/isar_syn.ML	Thu Feb 18 23:41:01 2010 +0100
@@ -390,7 +390,7 @@
 val _ =
   OuterSyntax.command "context" "enter local theory context" K.thy_decl
     (P.name --| P.begin >> (fn name =>
-      Toplevel.print o Toplevel.begin_local_theory true (Theory_Target.context name)));
+      Toplevel.print o Toplevel.begin_local_theory true (Theory_Target.context_cmd name)));
 
 
 (* locales *)