From aaf47bf358301b0f09e3500ea9eb3f596b7ee7c5 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 22 Mar 2000 12:53:35 +0000 Subject: Use new format character %s to %e to cope with nasty filenames with backslashes. --- 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 9efcf6bc..54d40621 100644 --- a/isa/isa.el +++ b/isa/isa.el @@ -142,7 +142,7 @@ and script mode." proof-shell-prompt-pattern "^2?[ML-=#>]>? \372?" ;; for issuing command, not used to track cwd in any way. - proof-shell-cd-cmd "Library.cd \"%s\"" + proof-shell-cd-cmd "Library.cd \"%e\"" ;; FIXME: the next two are probably only good for NJ/SML proof-shell-interrupt-regexp "Interrupt" -- cgit v1.2.3