aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa/isa.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-03-22 12:53:35 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-03-22 12:53:35 +0000
commitaaf47bf358301b0f09e3500ea9eb3f596b7ee7c5 (patch)
tree5ea75c26e20695c30d645e05dd2a9f45bbf44bff /isa/isa.el
parent62acb71bcf74d7a8123bf65fb9855815fd3acba3 (diff)
Use new format character %s to %e to cope with nasty filenames with backslashes.
Diffstat (limited to 'isa/isa.el')
-rw-r--r--isa/isa.el2
1 files changed, 1 insertions, 1 deletions
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"