diff options
| author | David Aspinall | 2001-08-28 15:54:19 +0000 |
|---|---|---|
| committer | David Aspinall | 2001-08-28 15:54:19 +0000 |
| commit | fba1ba3b4063525e8865584e3e88355c52488f04 (patch) | |
| tree | 0f6768880614f7fb0e61b71be749ad04da107f6f /generic/proof-script.el | |
| parent | 2bf4a7f0b3cf660c6b215a3e49d80115409e192e (diff) | |
Change of proof span type back to goalsave fix
Diffstat (limited to 'generic/proof-script.el')
| -rw-r--r-- | generic/proof-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index 595c4e3f..5873e2fa 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -2048,7 +2048,7 @@ up to the end of the locked region." ;; prover processed file, we examine to see how to remove it (if (and span (not (or (memq (span-property span 'type) - '(proof proverproc))))) + '(goalsave proverproc))))) ;; If the goal or goalsave span ends before the target span, ;; then we are retracting within the last unclosed proof, ;; and the retraction just amounts to a number of undo |
