aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar.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 /isar/isar.el
parent62acb71bcf74d7a8123bf65fb9855815fd3acba3 (diff)
Use new format character %s to %e to cope with nasty filenames with backslashes.
Diffstat (limited to 'isar/isar.el')
-rw-r--r--isar/isar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el
index eef823e6..9914c7b8 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -242,7 +242,7 @@
proof-shell-prompt-pattern "^\\w*[>#] "
;; for issuing command, not used to track cwd in any way.
- proof-shell-cd-cmd "ML {* Library.cd \"%s\" *}"
+ proof-shell-cd-cmd "ML {* Library.cd \"%e\" *}"
proof-shell-proof-completed-regexp nil ; n.a.
proof-shell-interrupt-regexp "\364\\*\\*\\* Interrupt\\|\360Interrupt"