aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-05-14 20:16:53 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-05-14 20:19:16 +0200
commitcdaf25c41414510f9ebc0eeea174ed3f3ce0b91b (patch)
tree2e61c5de26532f61f0aa390aeb946a9663aacc70 /theories/Compat
parent1c26b08983f903538992eb1b5605c6ebe29fd175 (diff)
Removing unexcepted activation of option "Regular Subst Tactic", since
there is actually no change in default subst between 8.4 and 8.5.
Diffstat (limited to 'theories/Compat')
-rw-r--r--theories/Compat/Coq84.v2
1 files changed, 0 insertions, 2 deletions
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.