summaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-07-13 14:28:31 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-07-13 14:28:31 +0000
commitde0085539583f59dc7c4bf4e272e18711d565466 (patch)
tree347e1d95a2df56f79a01b303e485563588179e91 /ide
parente978da8c41d8a3c19a29036d9c569fbe2a4616b0 (diff)
Imported Upstream version 8.0pl3+8.1beta.2upstream/8.0pl3+8.1beta.2
Diffstat (limited to 'ide')
-rw-r--r--ide/coq.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/coq.ml b/ide/coq.ml
index 0b83b3c9..32e8a02e 100644
--- a/ide/coq.ml
+++ b/ide/coq.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: coq.ml 8912 2006-06-07 11:20:58Z notin $ *)
+(* $Id: coq.ml 9024 2006-07-06 10:38:15Z herbelin $ *)
open Vernac
open Vernacexpr
@@ -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