diff options
| author | Makarius Wenzel | 2000-08-28 12:02:29 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 2000-08-28 12:02:29 +0000 |
| commit | 598ca314b28517b61323ed8c662cacbd2c678084 (patch) | |
| tree | 52188feda2d24ed02cff3c9699aacc3ac2a4f93d | |
| parent | 46c47d6b595ebd6ea1bc6674c7883a7c40827633 (diff) | |
cd command: add_path;
| -rw-r--r-- | isa/isa.el | 2 | ||||
| -rw-r--r-- | isar/isar.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -160,7 +160,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 "ThyLoad.add_path \"%s\";" ;; Escapes for filenames inside ML strings. ;; We also make a hack for Isabelle, by switching from backslashes diff --git a/isar/isar.el b/isar/isar.el index de19ab3b..a5a83bf0 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -196,7 +196,7 @@ proof-shell-prompt-pattern "^\\w*[>#] " ;; for issuing command, not used to track cwd in any way. - proof-shell-cd-cmd "ML_command {* Library.cd \"%s\" *}" + proof-shell-cd-cmd "ML_command {* ThyLoad.add_path \"%s\" *}" ;; Escapes for filenames inside ML strings. ;; We also make a hack for a bug in Isabelle, by switching from |
