aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorJim Fehrle2019-06-03 14:36:52 -0700
committerJim Fehrle2019-06-03 14:36:52 -0700
commit3b87df6b55d9c1ed4a8f32ff6195540f870d7e25 (patch)
tree16eb5c39436b6b03dce93d897786fddc9faa9aa3 /ide
parent77fa4df223dc483ebf51fd34d82bb9d3d3405be4 (diff)
parenta18b1ae63e07cf7e174e3e8862ac32f00ce74865 (diff)
Merge branch 'master' of https://github.com/coq/coq
Diffstat (limited to 'ide')
-rw-r--r--ide/coq_commands.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml
index b0bafb7930..7f68f24c22 100644
--- a/ide/coq_commands.ml
+++ b/ide/coq_commands.ml
@@ -126,7 +126,6 @@ let commands = [
"Show Intros";
"Show Programs";
"Show Proof";
- "Show Script";
"Show Tree";*)
"Structure";
"Syntactic Definition";
@@ -221,7 +220,6 @@ let state_preserving = [
"Show Intro";
"Show Intros";
"Show Proof";
- "Show Script";
"Show Tree";
"Test Printing If";