aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.