aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq_commands.ml
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-07-08 09:33:03 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-07-08 09:33:03 +0000
commite5439ba8d241fdfde7fddc8d1f97cdebdfdd1600 (patch)
tree19d7df8df232e457b876c316b8ccdd088b80b632 /ide/coq_commands.ml
parentcd2cec34d3508e147a636a040321ac73f3273011 (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
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 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";