diff -r 3db1bbc82d8d -r 21c10672633b src/HOL/Tools/SMT/smt_config.ML --- a/src/HOL/Tools/SMT/smt_config.ML Tue Apr 09 13:55:28 2013 +0200 +++ b/src/HOL/Tools/SMT/smt_config.ML Tue Apr 09 15:29:25 2013 +0200 @@ -249,7 +249,6 @@ Outer_Syntax.improper_command @{command_spec "smt_status"} "show the available SMT solvers, the currently selected SMT solver, \ \and the values of SMT configuration options" - (Scan.succeed (Toplevel.no_timing o Toplevel.keep (fn state => - print_setup (Toplevel.context_of state)))) + (Scan.succeed (Toplevel.keep (print_setup o Toplevel.context_of))) end