aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq_commands.ml
diff options
context:
space:
mode:
authorGravatar sacerdot <sacerdot@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-23 14:03:56 +0000
committerGravatar sacerdot <sacerdot@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-07-23 14:03:56 +0000
commita637b4d1cd7876cb6601a303e69ba7847d42d47e (patch)
treee8c5944069e733566fc45f800a61aeec599ad033 /ide/coq_commands.ml
parentb978cc7cfd16be8d180a175c0b07d4fa03603212 (diff)
"Print Setoids" command added.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5968 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coq_commands.ml')
-rw-r--r--ide/coq_commands.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml
index a7309b668..1971fb4f0 100644
--- a/ide/coq_commands.ml
+++ b/ide/coq_commands.ml
@@ -173,6 +173,7 @@ let state_preserving = [
"Print Module Type";
"Print Modules";
"Print Proof";
+ "Print Setoids";
"Print Scope";
"Print Scopes.";
"Print Section";