aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMakarius Wenzel1999-04-16 15:53:01 +0000
committerMakarius Wenzel1999-04-16 15:53:01 +0000
commit9d69d66256b4c88c89fb3903de29bc71b2fb36cb (patch)
tree8fdb3c45272382052d7efa0d8941d9dd103d96cc
parente4f3c2ad6eccd68e82765eb45a5ede50a2738236 (diff)
added 'isar proof assistant;
-rw-r--r--generic/proof-site.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el
index 3008abf9..857eef40 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -32,9 +32,11 @@
:prefix "proof-")
-;; Master table of supported assistants.
+;; 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$")
+ '((isa "Isabelle" "\\.ML$\\|\\.thy$")
+ ;(isar "Isabelle/Isar" "\\.thy$")
(lego "LEGO" "\\.l$")
(coq "Coq" "\\.v$"))
"*Proof General's table of supported proof assistants.