src/HOL/Tools/Quotient/quotient_info.ML
changeset 46961 5c6955f487e5
parent 46949 94aa7b81bcf6
child 46971 bdec4a6016c2
--- a/src/HOL/Tools/Quotient/quotient_info.ML	Fri Mar 16 14:46:13 2012 +0100
+++ b/src/HOL/Tools/Quotient/quotient_info.ML	Fri Mar 16 18:20:12 2012 +0100
@@ -291,15 +291,15 @@
 (* outer syntax commands *)
 
 val _ =
-  Outer_Syntax.improper_command "print_quotmaps" "print quotient map functions" Keyword.diag
+  Outer_Syntax.improper_command @{command_spec "print_quotmaps"} "print quotient map functions"
     (Scan.succeed (Toplevel.keep (print_quotmaps o Toplevel.context_of)))
 
 val _ =
-  Outer_Syntax.improper_command "print_quotients" "print quotients" Keyword.diag
+  Outer_Syntax.improper_command @{command_spec "print_quotients"} "print quotients"
     (Scan.succeed (Toplevel.keep (print_quotients o Toplevel.context_of)))
 
 val _ =
-  Outer_Syntax.improper_command "print_quotconsts" "print quotient constants" Keyword.diag
+  Outer_Syntax.improper_command @{command_spec "print_quotconsts"} "print quotient constants"
     (Scan.succeed (Toplevel.keep (print_quotconsts o Toplevel.context_of)))
 
 end;