aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2008-07-10 18:47:49 +0000
committerDavid Aspinall2008-07-10 18:47:49 +0000
commitff6c61ceea742126b5b587c3080468670f17630f (patch)
tree7453272fbcab93267b91b40b46b64e6ec287bf62
parentf82b8659739559220eff75fb330d9f36a94994cc (diff)
Use proof-guess-command-line to adjust command line when starting Isabelle.
-rw-r--r--isar/isar.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el
index 5a508b56..e3ac984c 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -81,9 +81,11 @@ See -k option for Isabelle interface script."
(defun isar-mode-config-set-variables ()
"Configure generic proof scripting mode variables for Isabelle/Isar."
- (isabelle-set-prog-name) ; sets proof-prog-name
(setq
proof-assistant-home-page isar-web-page
+ proof-guess-command-line 'isabelle-set-prog-name
+ proof-prog-name-guess t
+
;; proof script syntax
proof-terminal-char ?\; ; forcibly ends a command
proof-script-command-start-regexp