aboutsummaryrefslogtreecommitdiff
path: root/plugins/ltac/pltac.ml
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-12-18 19:22:41 +0000
committerGitHub2020-12-18 19:22:41 +0000
commit687fff698db75d54ef0a8b156b85a4dc027edc62 (patch)
tree99822b54325cd4e066a7eb657133a1b659ae30b6 /plugins/ltac/pltac.ml
parent82d0a578b91f4de87deebc658b0e085646ca63d4 (diff)
parent5510629f8b2aa7bd32edc955d6ce0baae8b00f45 (diff)
Merge PR #13530: Revert removal of eoi_entry in #13447
Reviewed-by: herbelin
Diffstat (limited to 'plugins/ltac/pltac.ml')
-rw-r--r--plugins/ltac/pltac.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ltac/pltac.ml b/plugins/ltac/pltac.ml
index 80c13a3698..196a68e67c 100644
--- a/plugins/ltac/pltac.ml
+++ b/plugins/ltac/pltac.ml
@@ -47,6 +47,8 @@ let binder_tactic = Entry.create "binder_tactic"
let tactic = Entry.create "tactic"
(* Main entry for quotations *)
+let tactic_eoi = eoi_entry tactic
+
let () =
let open Stdarg in
let open Tacarg in