diff options
| author | David Aspinall | 2008-07-10 13:11:49 +0000 |
|---|---|---|
| committer | David Aspinall | 2008-07-10 13:11:49 +0000 |
| commit | 0d0d99129e679b2697ac4bb409dfa7affc867403 (patch) | |
| tree | f5db51d0f964f647a7dbc4647df815f477aab405 /isar/isar.el | |
| parent | 7a4b243be9784abd3b9b1171532b1e880ec43170 (diff) | |
Start to rationalise setting for proof-prog-name.
Diffstat (limited to 'isar/isar.el')
| -rw-r--r-- | isar/isar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el index d2542b24..5a508b56 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -81,9 +81,9 @@ 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-prog-name (isabelle-command-line) ;; proof script syntax proof-terminal-char ?\; ; forcibly ends a command proof-script-command-start-regexp |
