diff options
| -rw-r--r-- | isar/isar-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el index 88ab0f40..c09983f0 100644 --- a/isar/isar-syntax.el +++ b/isar/isar-syntax.el @@ -153,7 +153,7 @@ (defconst isar-global-save-command-regexp (proof-anchor-regexp (isar-ids-to-regexp isar-keywords-qed-global))) -(defconst isar-save-with-hole-regexp "$^") ; n.a. +(defconst isar-save-with-hole-regexp proof-no-regexp) (defconst isar-goal-command-regexp (proof-anchor-regexp (isar-ids-to-regexp isar-keywords-theory-goal))) |
