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. --- isar/isar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isar/isar.el') 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" -- cgit v1.2.3