aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-10-06 11:18:02 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-10-06 11:18:02 +0000
commita7928b121ae5c356eac5e2f48f32faca404a7ce3 (patch)
tree382ab74f03eaf010e8502316ac07c9c6e789cf59 /isar
parentbcf862425eaf541ca490fcd3f209f2cc938310b5 (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 'isar')
-rw-r--r--isar/isar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el
index 9b00c6ca..c608c980 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -190,7 +190,7 @@
proof-shell-prompt-pattern "^\\w*[>#] "
;; for issuing command, not used to track cwd in any way.
- proof-shell-cd (isar-verbatim "cd \"%s\";")
+ proof-shell-cd (isar-verbatim "cd \"%s\"")
proof-shell-proof-completed-regexp nil ; n.a.
proof-shell-interrupt-regexp "\364\\*\\*\\* Interrupt\\|\360Interrupt"