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. --- hol98/hol98.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hol98') diff --git a/hol98/hol98.el b/hol98/hol98.el index 41f2f484..efb22a55 100644 --- a/hol98/hol98.el +++ b/hol98/hol98.el @@ -31,7 +31,7 @@ proof-showproof-command "p()" proof-undo-n-times-cmd "(pg_repeat backup %s; p());" proof-auto-multiple-files t - proof-shell-cd-cmd "FileSys.chDir \"%s\"" + proof-shell-cd-cmd "FileSys.chDir \"%e\"" proof-shell-prompt-pattern "^[->] " proof-shell-interrupt-regexp "Interrupted" proof-shell-start-goals-regexp -- cgit v1.2.3