aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/vernacexpr.mli
diff options
context:
space:
mode:
authorGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-11-05 16:02:44 +0000
committerGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-11-05 16:02:44 +0000
commitca940a5ed0fa202931949010dd0814c79a6b996d (patch)
tree8b894d1858aef9937408bfd78f53fa45ecb52a08 /intf/vernacexpr.mli
parent6fea2f181221155535fdd86f67ae10077876ca6d (diff)
STM: fix for PG and "Proof term" lines.
PG sends "Set Silent" and it was messing up the DAG, making the detection of an immediate proof not working. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17061 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'intf/vernacexpr.mli')
-rw-r--r--intf/vernacexpr.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 8bf65d044..d1ed1d4ab 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -452,6 +452,7 @@ and vernac_control =
| VtPrintDag
| VtObserve of Stateid.t
| VtBack of Stateid.t
+ | VtPG
type vernac_when =
| VtNow
| VtLater