aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorsacerdot2004-11-17 17:44:35 +0000
committersacerdot2004-11-17 17:44:35 +0000
commit9a5c5db122becb63c5b72a967ef141bdd3fb5319 (patch)
tree456513517718198461fabae4e96242348aeeab13 /ide
parent85500252f0e8c0d2b2cceb2418bcadadbbc5cfd0 (diff)
New command "Print Rewrite HindDb dbname".
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6324 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
-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 0176ccf852..0e16a18d46 100644
--- a/ide/coq_commands.ml
+++ b/ide/coq_commands.ml
@@ -174,6 +174,7 @@ let state_preserving = [
"Print Module Type";
"Print Modules";
"Print Proof";
+ "Print Rewrite HintDb";
"Print Setoids";
"Print Scope";
"Print Scopes.";