aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Prelude.v
diff options
context:
space:
mode:
authorGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-08-09 14:53:14 +0000
committerGravatar aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-08-09 14:53:14 +0000
commitf6af94e119909d3a5dcc4624785f143c3dcdf73a (patch)
tree06517f9a8772f87d4a6d6e7608a460587bdafd3c /theories/Init/Prelude.v
parent9e6e9ccac3ac803229336cdef3b272ea7c857993 (diff)
Moved the declaration of "Classic" being the default proof mode to coqtop.ml so that the files in Init can benefit from the full-blown tactic language.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14392 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Prelude.v')
-rw-r--r--theories/Init/Prelude.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/theories/Init/Prelude.v b/theories/Init/Prelude.v
index ec2a42015..f9c758054 100644
--- a/theories/Init/Prelude.v
+++ b/theories/Init/Prelude.v
@@ -22,5 +22,4 @@ Declare ML Module "ground_plugin".
Declare ML Module "dp_plugin".
Declare ML Module "recdef_plugin".
Declare ML Module "subtac_plugin".
-Declare ML Module "xml_plugin".
-Global Set Default Proof Mode "Classic".
+Declare ML Module "xml_plugin". \ No newline at end of file