aboutsummaryrefslogtreecommitdiff
path: root/isa/ProofGeneral.ML
diff options
context:
space:
mode:
Diffstat (limited to 'isa/ProofGeneral.ML')
-rw-r--r--isa/ProofGeneral.ML7
1 files changed, 5 insertions, 2 deletions
diff --git a/isa/ProofGeneral.ML b/isa/ProofGeneral.ML
index 100aa4ad..c47d11c4 100644
--- a/isa/ProofGeneral.ML
+++ b/isa/ProofGeneral.ML
@@ -30,11 +30,14 @@ in
(*hooks for output channels: normal, warning, error*)
-(* da: NO CHANGES NEEDED YET *)
+(* Proof General: no change to these yet from defaults, but be
+ careful that proof-shell-prompt-pattern doesn't match any
+ of these! (maybe the default needs adjustment)
+*)
val () =
(prs_fn := (fn s => out s);
warning_fn := (fn s => out (prefix_lines "### " s));
- error_fn := (fn s => out (prefix_lines "*** " s)))
+ error_fn := (fn s => out (prefix_lines "*** " s)))
end;