aboutsummaryrefslogtreecommitdiff
path: root/stm
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-13 13:46:27 +0100
committerPierre-Marie Pédrot2018-11-13 13:46:27 +0100
commitc2f2f5873fca7b60ef5649ec1f1837bbc4ae3084 (patch)
tree37c85d78a4b6f534a5d3df02f053d9472cbf567a /stm
parent0b816e4df10d961cce082894f5e4087dc1c95f01 (diff)
parent4aa99307874c59f97570f624a06463aaa8115ec5 (diff)
Merge PR #8919: [vernac] Rename Vernacinterp to Vernacextend and move extension functions there
Diffstat (limited to 'stm')
-rw-r--r--stm/vernac_classifier.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/vernac_classifier.ml b/stm/vernac_classifier.ml
index c93487d377..4db86817c9 100644
--- a/stm/vernac_classifier.ml
+++ b/stm/vernac_classifier.ml
@@ -189,7 +189,7 @@ let classify_vernac e =
| VernacWriteState _ -> VtSideff [], VtNow
(* Plugins should classify their commands *)
| VernacExtend (s,l) ->
- try Vernacentries.get_vernac_classifier s l
+ try Vernacextend.get_vernac_classifier s l
with Not_found -> anomaly(str"No classifier for"++spc()++str (fst s)++str".")
in
let rec static_control_classifier = function