aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/interface-setup.el
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2000-02-10 11:12:47 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2000-02-10 11:12:47 +0000
commit79669423a345e65a8115323626f8ca66c44280a6 (patch)
tree2482ccf3ecca34356c8318f4809eec26b0d696c8 /isar/interface-setup.el
parent0139acbc3c1b2f24a9e50fea9d5da191ffe94bd3 (diff)
setup proof-shell-pre-interrupt-hook for Poly/ML;
Diffstat (limited to 'isar/interface-setup.el')
-rw-r--r--isar/interface-setup.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/isar/interface-setup.el b/isar/interface-setup.el
index 3cf70b39..736cda57 100644
--- a/isar/interface-setup.el
+++ b/isar/interface-setup.el
@@ -5,3 +5,8 @@
(customize-set-variable
'isabelle-isar-prog-name
(concat (getenv "ISABELLE") " " (getenv "PROOFGENERAL_LOGIC")))
+
+(if (string-match "^polyml" (getenv "ML_SYSTEM"))
+ (customize-set-variable
+ 'proof-shell-pre-interrupt-hook
+ (lambda () (proof-shell-insert (isar-verbatim "f") nil))))