aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Compat
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-06-06 22:17:30 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-06-06 22:18:54 +0200
commitbb5213eaafdf3dbb898149f10513324df987ef6c (patch)
treecec6112142cf396e99286aec9bb80a3647879ea3 /theories/Compat
parentfcc68c5bb06f2ebb63f23778579738942848c30e (diff)
Mode "Bracketing Last Introduction Pattern" is on for 8.4
and global for 8.4 and 8.5.
Diffstat (limited to 'theories/Compat')
-rw-r--r--theories/Compat/Coq84.v1
-rw-r--r--theories/Compat/Coq85.v2
2 files changed, 2 insertions, 1 deletions
diff --git a/theories/Compat/Coq84.v b/theories/Compat/Coq84.v
index 60fdd6dd0..2cd38261b 100644
--- a/theories/Compat/Coq84.v
+++ b/theories/Compat/Coq84.v
@@ -60,6 +60,7 @@ Tactic Notation "symmetry" := symmetry.
Tactic Notation "split" := split.
Tactic Notation "esplit" := esplit.
+Global Unset Bracketing Last Introduction Pattern.
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. *)
diff --git a/theories/Compat/Coq85.v b/theories/Compat/Coq85.v
index 6649b20f5..3fc74943e 100644
--- a/theories/Compat/Coq85.v
+++ b/theories/Compat/Coq85.v
@@ -12,5 +12,5 @@
behave as "intros [H|H]" but leave instead hypotheses quantified in
the goal, here producing subgoals A->C and B->C. *)
-Unset Bracketing Last Introduction Pattern.
+Global Unset Bracketing Last Introduction Pattern.
Global Unset Regular Subst Tactic.