aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2017-09-22 11:25:17 +0200
committerMaxime Dénès2017-09-22 11:25:17 +0200
commit7c760b08d690922fd15c489dd63a7be534d765ab (patch)
tree067befdfe168d19fdaf56defb77b12cb37d19b72
parent3699f2ca0980dfcc43d80b64e42378b5f5f08115 (diff)
parent8de84e8e7bc394bf231ca9164d7e3951d6edfae0 (diff)
Merge PR #1071: Mark "Set Tactic Compat Context" as deprecated.
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index 5698312aef..d0165c555d 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -74,7 +74,7 @@ let _ =
let _ =
declare_bool_option
- { optdepr = false;
+ { optdepr = true; (* remove in 8.8 *)
optname = "trigger bugged context matching compatibility";
optkey = ["Tactic";"Compat";"Context"];
optread = (fun () -> !Flags.tactic_context_compat) ;