aboutsummaryrefslogtreecommitdiff
path: root/isar
diff options
context:
space:
mode:
authorDavid Aspinall2001-08-28 15:53:17 +0000
committerDavid Aspinall2001-08-28 15:53:17 +0000
commit2bf4a7f0b3cf660c6b215a3e49d80115409e192e (patch)
tree44aa3864c49b9815d7a485a8120609168a7740b2 /isar
parenteef850dfb660ad59a4d25fce00dc322942a44a83 (diff)
Change of proof span type back to goalsave
Diffstat (limited to 'isar')
-rw-r--r--isar/isar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el
index d1a27bec..ba8d4469 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -371,7 +371,7 @@ proof-shell-retract-files-regexp."
((or (eq (span-property span 'type) 'comment)
(proof-string-match isar-undo-skip-regexp str)))
;; finished goal: undo
- ((eq (span-property span 'type) 'proof)
+ ((eq (span-property span 'type) 'goalsave)
(setq ans isar-undo))
;; open goal: skip and exit
((proof-string-match isar-goal-command-regexp str)