aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-06-18 23:11:48 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-06-18 23:11:48 +0000
commitcc0aa41c93e33d740d60884f9cf592edfa2f5ddb (patch)
tree90027051faf76ef417e6b0246084b9f9be88f1ca
parent2b12ea7260cf8fc3301d75f60fbf69288ecd09ad (diff)
Remove lift-global function.
-rw-r--r--generic/proof-script.el9
1 files changed, 1 insertions, 8 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index 02ae8624..2ab738a6 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -1334,14 +1334,7 @@ the ACS is marked in the current buffer. If CMD does not match any,
;; *** Theorem dependencies ***
(if proof-last-theorem-dependencies
- (proof-depends-process-dependencies nam gspan))
-
- ;; In Coq, we have the invariant that if we've done a save and
- ;; there's a top-level declaration then it must be the
- ;; associated goal. (Notice that because it's a callback it
- ;; must have been approved by the theorem prover.)
- (and proof-lift-global
- (funcall proof-lift-global gspan)))))
+ (proof-depends-process-dependencies nam gspan)))))
;; CASE 3: Proof completed one step or more ago, non-save
;; command seen, no nested goals allowed.