src/Pure/Isar/locale.ML
changeset 33643 b275f26a638b
parent 33541 e716c6ad381b
child 35798 fd1bb29f8170
child 36088 a4369989bc45
--- a/src/Pure/Isar/locale.ML	Thu Nov 12 21:59:35 2009 +0100
+++ b/src/Pure/Isar/locale.ML	Thu Nov 12 22:02:11 2009 +0100
@@ -518,7 +518,7 @@
 
 fun add_decls add loc decl =
   ProofContext.theory ((change_locale loc o apfst o apfst) (add (decl, stamp ()))) #>
-  add_thmss loc Thm.internalK
+  add_thmss loc ""
     [((Binding.conceal Binding.empty, [Attrib.internal (decl_attrib decl)]),
       [([Drule.dummy_thm], [])])];