aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>1999-10-15 16:05:50 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>1999-10-15 16:05:50 +0000
commitfaef3e5366a2d384fadbe06d22667185b74a42db (patch)
tree9d45404e5fa4fd367f503c84dadc4c041eeb5313 /generic
parentf3f8d9521315fbb90214b0d68212743a12ea23e6 (diff)
let PROOFGENERAL_ASSISTANTS control isa vs. isar selection;
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-site.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el
index e74d92ee..24ed03e6 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -35,8 +35,8 @@
;; Master table of supported assistants. May not enable both kinds of
;; Isabelle interfaces at the same time!
(defcustom proof-assistant-table
- '((isa "Isabelle" "\\.ML$\\|\\.thy$")
- ;(isar "Isabelle/Isar" "\\.thy$")
+ '((isar "Isabelle/Isar" "\\.thy$")
+ (isa "Isabelle" "\\.ML$\\|\\.thy$")
(lego "LEGO" "\\.l$")
(coq "Coq" "\\.v$")
(plastic "Plastic" "\\.lf$")