aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-11-18 13:38:01 +0000
committerDavid Aspinall1998-11-18 13:38:01 +0000
commitd2853e36dd166fd0e9ea585a6d800cec9a22cd86 (patch)
tree1db8078a1ed2d3c5a078e42790b74bc91a4318a9
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.
-rw-r--r--isa/ProofGeneral.ML3
-rw-r--r--isa/isa.el1
2 files changed, 3 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;
(*
diff --git a/isa/isa.el b/isa/isa.el
index 534124ee..d39a1e0d 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -350,6 +350,7 @@ Resulting output from Isabelle will be parsed by Proof General."
(file-name-sans-extension file))))
+
;; Next bits taken from isa-load.el
;; isa-load.el,v 3.8 1998/09/01