aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacsubst.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tacsubst.ml')
-rw-r--r--tactics/tacsubst.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacsubst.ml b/tactics/tacsubst.ml
index 90739a4e9..1cf4264ea 100644
--- a/tactics/tacsubst.ml
+++ b/tactics/tacsubst.ml
@@ -347,4 +347,4 @@ and subst_genarg subst (x:glob_generic_argument) =
| None ->
lookup_genarg_subst s subst x
-let _ = Auto.set_extern_subst_tactic subst_tactic
+let _ = Hook.set Auto.extern_subst_tactic subst_tactic