aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-06-06 22:14:16 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-06-06 22:18:48 +0200
commitfcc68c5bb06f2ebb63f23778579738942848c30e (patch)
treea4f7a02e98385951eaa35fa1beae7373739836d6 /theories/Compat
parent56e18308ce47ee2fdf5e8d1ad87a1e8c1b67a76e (diff)
Mode "Regular Subst Tactic" is on in 8.6.
Diffstat (limited to 'theories/Compat')
-rw-r--r--theories/Compat/Coq84.v2
-rw-r--r--theories/Compat/Coq85.v2
2 files changed, 3 insertions, 1 deletions
diff --git a/theories/Compat/Coq84.v b/theories/Compat/Coq84.v
index 39bc59a65..60fdd6dd0 100644
--- a/theories/Compat/Coq84.v
+++ b/theories/Compat/Coq84.v
@@ -60,6 +60,8 @@ Tactic Notation "symmetry" := symmetry.
Tactic Notation "split" := split.
Tactic Notation "esplit" := esplit.
+Global Unset 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.
diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v
index af2e04f88..6649b20f5 100644
--- a/theories/Compat/Coq85.v
+++ b/theories/Compat/Coq85.v
@@ -13,4 +13,4 @@
the goal, here producing subgoals A->C and B->C. *)
Unset Bracketing Last Introduction Pattern.
-
+Global Unset Regular Subst Tactic.