diff options
| author | David Aspinall | 2002-06-18 23:08:53 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-06-18 23:08:53 +0000 |
| commit | 2b12ea7260cf8fc3301d75f60fbf69288ecd09ad (patch) | |
| tree | c9fabb17793b9ae13835ccccbe4ba57f51c72cf7 /generic/proof-script.el | |
| parent | 9e751e825b3e830f3fcc81374e853b741e38bd79 (diff) | |
Remove global testing and lift-global function; rename proof-nested-goals -> proof-nested-goals-history.
Diffstat (limited to 'generic/proof-script.el')
| -rw-r--r-- | generic/proof-script.el | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index c47ee5f0..02ae8624 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -1210,7 +1210,7 @@ the ACS is marked in the current buffer. If CMD does not match any, ;; and use nested goals mechanism instead. (funcall proof-really-save-command-p span cmd) (decf proof-nesting-depth) ;; [always non-nil/true] - (if proof-nested-goals-p + (if proof-nested-goals-history-p ;; For now, we only support this nesting behaviour: ;; don't amalgamate unless the nesting depth is 0, ;; i.e. we're in a top-level proof. @@ -1273,7 +1273,7 @@ the ACS is marked in the current buffer. If CMD does not match any, (or (span-property gspan 'nestedundos) 0)))) ;; Increment depth for a nested save, in case ;; prover supports history of nested proofs - ((and proof-nested-goals-p + ((and proof-nested-goals-history-p proof-save-command-regexp (proof-string-match proof-save-command-regexp cmd)) (incf lev)) @@ -1440,14 +1440,7 @@ the ACS is marked in the current buffer. If CMD does not match any, (if proof-shell-proof-completed (incf proof-shell-proof-completed)) - (pg-set-span-helphighlights span) - - ;; FIXME 3.4: probably want to remove this global stuff now, - ;; has been removed for Coq. - (and proof-global-p - (funcall proof-global-p cmd) - proof-lift-global - (funcall proof-lift-global span))))) + (pg-set-span-helphighlights span)))) ;; State of scripting may have changed now (run-hooks 'proof-state-change-hook))) |
