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. --- isa/isa.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isa') diff --git a/isa/isa.el b/isa/isa.el index 7440ac06..9482e3dc 100644 --- a/isa/isa.el +++ b/isa/isa.el @@ -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\\*\\*\\*" -- cgit v1.2.3