aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar.el
diff options
context:
space:
mode:
Diffstat (limited to 'isar/isar.el')
-rw-r--r--isar/isar.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/isar/isar.el b/isar/isar.el
index 92ad071b..8b0d8327 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -423,6 +423,7 @@ proof-shell-retract-files-regexp."
;; str below)
;; FIXME: should adjust proof-nesting-depth here.
((or (eq (span-property span 'type) 'comment)
+ (eq (span-property span 'type) 'proverproc)
(eq (span-property span 'type) 'proof); da: needed?
(proof-string-match isar-undo-skip-regexp str)
(proof-string-match isar-undo-ignore-regexp str)))