src/Pure/proof_general.ML
changeset 13284 20c818c966e6
parent 13273 6fea54cf6fb5
child 13391 553e7b62680f
--- a/src/Pure/proof_general.ML	Tue Jul 02 17:00:05 2002 +0200
+++ b/src/Pure/proof_general.ML	Tue Jul 02 17:44:13 2002 +0200
@@ -220,7 +220,7 @@
 (* misc commands for ProofGeneral/isa *)
 
 fun thms_containing ss =
-  ProofContext.print_thms_containing (ProofContext.init (the_context ())) ss;
+  ProofContext.print_thms_containing (ProofContext.init (the_context ())) None ss;
 
 val welcome = priority o Session.welcome;
 val help = welcome;