From 9c77766565cc9c29289ecf1c7d6c964d6af388ce Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 5 Jun 2003 10:45:12 +0000 Subject: Make find-and-forget robust for proverproc regions --- isar/isar.el | 1 + 1 file changed, 1 insertion(+) (limited to 'isar') 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))) -- cgit v1.2.3