diff options
| author | mohring | 2004-03-15 14:55:01 +0000 |
|---|---|---|
| committer | mohring | 2004-03-15 14:55:01 +0000 |
| commit | 2196380d8295a577c603f8c09df8e3e7c5b12ebf (patch) | |
| tree | 7cc3000b3bff907375cbe947d40b1d9d564797a1 /ide | |
| parent | 7c1939cd7722df92d57cc889ee3df61ed9217533 (diff) | |
ajout des Print Scopes dans liste commandes sans effet
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5493 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coq_commands.ml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml index 7353a1bf6a..0f588ecad9 100644 --- a/ide/coq_commands.ml +++ b/ide/coq_commands.ml @@ -211,10 +211,15 @@ let state_preserving = [ "Print Module Type"; "Print Modules"; "Print Proof"; + "Print Scope"; + "Print Scopes."; "Print Section"; + "Print Table Printing If"; "Print Table Printing Let"; + "Print Visibility"; + "Pwd."; "Recursive Extraction"; |
