From a7928b121ae5c356eac5e2f48f32faca404a7ce3 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 6 Oct 1999 11:18:02 +0000 Subject: 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. --- isar/isar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isar') 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" -- cgit v1.2.3