diff options
| author | David Aspinall | 2008-07-10 18:47:49 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-07-10 18:47:49 +0000 |
| commit | ff6c61ceea742126b5b587c3080468670f17630f (patch) | |
| tree | 7453272fbcab93267b91b40b46b64e6ec287bf62 | |
| parent | f82b8659739559220eff75fb330d9f36a94994cc (diff) | |
Use proof-guess-command-line to adjust command line when starting Isabelle.
| -rw-r--r-- | isar/isar.el | 4 |
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 |
