diff options
| author | David Aspinall | 2000-12-20 10:29:51 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-12-20 10:29:51 +0000 |
| commit | 028397926a396c428fdf3ee1b608e5ffea2af6c7 (patch) | |
| tree | 215631a5614ba1a023dba9bd57daf2fbcca066aa /isar | |
| parent | 79678e21125fb4a528f86e4d1af759aaeb7cb79a (diff) | |
goalsave -> proof
Diffstat (limited to 'isar')
| -rw-r--r-- | isar/isar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el index fb7f33f0..d9e7e7a2 100644 --- a/isar/isar.el +++ b/isar/isar.el @@ -367,7 +367,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) 'goalsave) + ((eq (span-property span 'type) 'proof) (setq ans isar-undo)) ;; open goal: skip and exit ((proof-string-match isar-goal-command-regexp str) |
