diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-07-08 09:33:03 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2009-07-08 09:33:03 +0000 |
commit | e5439ba8d241fdfde7fddc8d1f97cdebdfdd1600 (patch) | |
tree | 19d7df8df232e457b876c316b8ccdd088b80b632 | |
parent | cd2cec34d3508e147a636a040321ac73f3273011 (diff) |
Completing support for F5=About by adding About to the state-preserving command list
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12225 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | ide/coq_commands.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml index 12ef8db74..80ac5a200 100644 --- a/ide/coq_commands.ml +++ b/ide/coq_commands.ml @@ -155,6 +155,7 @@ let commands = [ ] let state_preserving = [ + "About"; "Check"; "Eval"; "Eval lazy in"; |