From 598ca314b28517b61323ed8c662cacbd2c678084 Mon Sep 17 00:00:00 2001 From: Makarius Wenzel Date: Mon, 28 Aug 2000 12:02:29 +0000 Subject: cd command: add_path; --- isa/isa.el | 2 +- isar/isar.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/isa/isa.el b/isa/isa.el index 6c4b6315..4b1a1580 100644 --- a/isa/isa.el +++ b/isa/isa.el @@ -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 -- cgit v1.2.3