aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-script.el
diff options
context:
space:
mode:
authorHendrik Tews2011-05-05 09:18:23 +0000
committerHendrik Tews2011-05-05 09:18:23 +0000
commit2cd8b2cd5cb166c46a1b76cd527d1b98d778ec9e (patch)
tree544366ce160cb7cc7b93e358fee04c2255a36049 /generic/proof-script.el
parent74bbc32ad24ee7fea5ecabfeea951b96de27baa4 (diff)
- flushed proof-done-advancing-require-function and
proof-shell-require-command-regexp - TAGS updated to really flush them
Diffstat (limited to 'generic/proof-script.el')
-rw-r--r--generic/proof-script.el15
1 files changed, 2 insertions, 13 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el
index a7ed146e..ce98409b 100644
--- a/generic/proof-script.el
+++ b/generic/proof-script.el
@@ -1365,19 +1365,8 @@ Argument SPAN has just been processed."
(proof-done-advancing-autosave span))
;; CASE 4: A "Require" type of command is seen (Coq).
- ;;
- ((and
- proof-shell-require-command-regexp
- (proof-string-match proof-shell-require-command-regexp cmd))
- ;; We take additional action dependent on prover
- ;; [FIXME: use same method as in proof-shell here to
- ;; recompute proof-included-files and adjust it]
- ;; FIXME 2: we could annotate the Require ourselves
- ;; at this point to contain the buffers which are
- ;; being included! Then undoing can retract them.
- (funcall proof-done-advancing-require-function span cmd)
- ;; But do what we would have done anyway
- (proof-done-advancing-other span))
+ ;; Case 4 has been flushed, because its functionality has been
+ ;; superseeded by the new auto-compilation feature for Coq.
;; CASE 5: Some other kind of command (or a nested goal).
(t