diff options
| author | David Aspinall | 1999-10-06 11:18:02 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-10-06 11:18:02 +0000 |
| commit | a7928b121ae5c356eac5e2f48f32faca404a7ce3 (patch) | |
| tree | 382ab74f03eaf010e8502316ac07c9c6e789cf59 /isa | |
| parent | bcf862425eaf541ca490fcd3f209f2cc938310b5 (diff) | |
Made new command proof-cd to cd to the directory of the current
buffer. Added a version of it to proof-activate-scripting-hook.
Removed cd from initialization sequence.
Changed prover specifics accordingly.
Diffstat (limited to 'isa')
| -rw-r--r-- | isa/isa.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ no regular or easily discernable structure." proof-shell-prompt-pattern "^2?[-=#>]>? *" ;; for issuing command, not used to track cwd in any way. - proof-shell-cd "cd \"%s\";" + proof-shell-cd "cd \"%s\"" ;; FIXME: the next two are probably only good for NJ/SML proof-shell-error-regexp "^.*Error:\\|^\364\\*\\*\\*" |
