diff options
author | aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-08-09 14:53:14 +0000 |
---|---|---|
committer | aspiwack <aspiwack@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2011-08-09 14:53:14 +0000 |
commit | f6af94e119909d3a5dcc4624785f143c3dcdf73a (patch) | |
tree | 06517f9a8772f87d4a6d6e7608a460587bdafd3c /theories/Init | |
parent | 9e6e9ccac3ac803229336cdef3b272ea7c857993 (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')
-rw-r--r-- | theories/Init/Prelude.v | 3 |
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 |