aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorMaxime Dénès2017-04-24 14:36:45 +0200
committerMaxime Dénès2017-04-24 14:36:45 +0200
commit83d30f7aa8be369a8caf7c130d5dfa4962470eda (patch)
tree2919bee50a58ec3810950be43cdb18d96830c0c8 /plugins
parentecff95e24e69a8761f7aa154312fdcc01f99766b (diff)
parent6c683786c8100259e8c78b710e4a75974ae00eba (diff)
Merge PR#565: Remove VernacError
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ltac/g_ltac.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/g_ltac.ml4 b/plugins/ltac/g_ltac.ml4
index ece0adb071..ca5d198c23 100644
--- a/plugins/ltac/g_ltac.ml4
+++ b/plugins/ltac/g_ltac.ml4
@@ -335,7 +335,7 @@ GEXTEND Gram
| IDENT "all"; ":" -> SelectAll ] ]
;
tactic_mode:
- [ [ g = OPT toplevel_selector; tac = G_vernac.subgoal_command -> tac g ] ]
+ [ [ g = OPT toplevel_selector; tac = G_vernac.query_command -> tac g ] ]
;
command:
[ [ IDENT "Proof"; "with"; ta = Pltac.tactic;