From cdaf25c41414510f9ebc0eeea174ed3f3ce0b91b Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sat, 14 May 2016 20:16:53 +0200 Subject: Removing unexcepted activation of option "Regular Subst Tactic", since there is actually no change in default subst between 8.4 and 8.5. --- theories/Compat/Coq84.v | 2 -- 1 file changed, 2 deletions(-) (limited to 'theories/Compat') diff --git a/theories/Compat/Coq84.v b/theories/Compat/Coq84.v index e46a556a9..aa4411704 100644 --- a/theories/Compat/Coq84.v +++ b/theories/Compat/Coq84.v @@ -56,8 +56,6 @@ Tactic Notation "symmetry" := symmetry. Tactic Notation "split" := split. Tactic Notation "esplit" := esplit. -Global Set Regular Subst Tactic. - (** Many things now import [PeanoNat] rather than [NPeano], so we require it so that the old absolute names in [NPeano.Nat] are available. *) Require Coq.Numbers.Natural.Peano.NPeano. -- cgit v1.2.3