From e47f9b21b656fa31154bd52b1e155ccf059e89a3 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 5 Jun 2016 14:00:43 +0200 Subject: rebase on trunk --- stm/stm.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm') diff --git a/stm/stm.ml b/stm/stm.ml index a3e380c7b7..89d384fdd3 100644 --- a/stm/stm.ml +++ b/stm/stm.ml @@ -2001,7 +2001,7 @@ let known_state ?(redefine_qed=false) ~cache id = | Valid { proof } -> Proof_global.unfreeze proof; Proof_global.with_current_proof (fun _ p -> - Pp.feedback ~state_id:id Feedback.AddedAxiom; + feedback ~id:(State id) Feedback.AddedAxiom; fst (Pfedit.solve Vernacexpr.SelectAll None tac p), ()); Option.iter (fun expr -> vernac_interp id { verbose = true; loc = Loc.ghost; expr; indentation = 0; -- cgit v1.2.3