src/Pure/Isar/isar_thy.ML
changeset 11764 fd780dd6e0b4
parent 11742 44034a6474e5
child 11793 5f0ab6f5c280
--- a/src/Pure/Isar/isar_thy.ML	Sun Oct 14 20:09:05 2001 +0200
+++ b/src/Pure/Isar/isar_thy.ML	Sun Oct 14 20:09:19 2001 +0200
@@ -251,8 +251,8 @@
 fun add_modesyntax_i mode = Theory.add_modesyntax_i mode o map Comment.ignore;
 val add_trrules = Theory.add_trrules o map Comment.ignore;
 val add_trrules_i = Theory.add_trrules_i o map Comment.ignore;
-val add_judgment = AutoBind.add_judgment o Comment.ignore;
-val add_judgment_i = AutoBind.add_judgment_i o Comment.ignore;
+val add_judgment = ObjectLogic.add_judgment o Comment.ignore;
+val add_judgment_i = ObjectLogic.add_judgment_i o Comment.ignore;
 
 
 (* axioms and defs *)