aboutsummaryrefslogtreecommitdiff
path: root/isa/ProofGeneral.ML
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-18 13:38:01 +0000
committerDavid Aspinall1998-11-18 13:38:01 +0000
commitd2853e36dd166fd0e9ea585a6d800cec9a22cd86 (patch)
tree1db8078a1ed2d3c5a078e42790b74bc91a4318a9 /isa/ProofGeneral.ML
parent586b70712cb7ff3a57c94bb9cace33b71f0fe145 (diff)
Fixed problem with list_loaded_files and update().
Now when doing use_thy, we don't do an update. Hopefully "following children are out of date" message will be superfluous because they will be unlocked already. Will be re-read as needed. Added update function. Fixed up implementation of list_parents.
Diffstat (limited to 'isa/ProofGeneral.ML')
-rw-r--r--isa/ProofGeneral.ML3
1 files changed, 2 insertions, 1 deletions
diff --git a/isa/ProofGeneral.ML b/isa/ProofGeneral.ML
index 96bbf66e..9cec27a0 100644
--- a/isa/ProofGeneral.ML
+++ b/isa/ProofGeneral.ML
@@ -105,7 +105,8 @@ structure ProofGeneral =
end
in
(writeln "Updating loaded files list...";
- seq loading_msg thys_list)
+ seq loading_msg thys_list;
+ writeln "Done.")
end;
(*