aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-07-06 10:38:15 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-07-06 10:38:15 +0000
commit2269d0844f8f8bc25bb2517cc90e02ad5c0e67bc (patch)
treef4b03ec30a9219b8540e46f7b1e9e3c06a4f1421 /ide/coq.ml
parentfc0e2d6f0430be7dcd74ff737be1722a7c923243 (diff)
Remplacement VernacDebug par VernacSetOption (suite)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9024 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq.ml')
-rw-r--r--ide/coq.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coq.ml b/ide/coq.ml
index 62175aee8..37511f5a7 100644
--- a/ide/coq.ml
+++ b/ide/coq.ml
@@ -124,7 +124,7 @@ let interp verbosely s =
| VernacDeclareTacticDefinition _
when is_in_proof_mode () ->
user_error_loc loc (str "CoqIDE do not support nested goals")
- | VernacDebug _ ->
+ | VernacSetOption (Goptions.SecondaryTable ("Ltac","Debug"), _) ->
user_error_loc loc (str "Debug mode not available within CoqIDE")
| VernacResetName _
| VernacResetInitial