aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq_commands.ml
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-03-23 16:49:47 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-03-23 16:49:47 +0000
commit3d1124c0acc9a126624a4ea6e71116fa8959b06b (patch)
tree34629bc296668a9ddb3e0744e60dcb9947e2f8d5 /ide/coq_commands.ml
parentd1085fdbd8b9f64ec8d3f2c49b143004ea86a5ed (diff)
Remove old proof-managment commands Suspend/Resume
There're not compatible with the current Backtrack mecanism used both by ProofGeneral and CoqIDE. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15083 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq_commands.ml')
-rw-r--r--ide/coq_commands.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml
index b9e141455..256426d22 100644
--- a/ide/coq_commands.ml
+++ b/ide/coq_commands.ml
@@ -127,7 +127,6 @@ let commands = [
"Show Script";
"Show Tree";*)
"Structure";
- (* "Suspend"; *)
"Syntactic Definition";
"Syntax";];
[