diff options
| author | David Aspinall | 1998-09-11 12:33:28 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-09-11 12:33:28 +0000 |
| commit | 28f7dadc066a7eb10389582be8372fb2ba3fb06f (patch) | |
| tree | 535f0aa9bc5920382f72f059e0581238d9e4090f /isa/isa.el | |
| parent | 7cc5edd11befabbb02610aa90a95d641ba4c00db (diff) | |
Fixes to syntax and startup function.
Diffstat (limited to 'isa/isa.el')
| -rw-r--r-- | isa/isa.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -105,7 +105,9 @@ no regular or easily discernable structure." ;; initial command configures Isabelle by hacking print functions. ;; may need to set directory somewhere for this: ;; /home/da/devel/lego/elisp/ or $PROOFGENERIC_HOME ? - proof-shell-init-cmd "use \"isa-print-functions.ML\";" + proof-shell-init-cmd (concat + "use \"" proof-home + "isa/isa-print-functions.ML\";") ;; === ANNOTATIONS === remaining ones broken proof-shell-goal-char ?\375 proof-shell-first-special-char ?\360 |
