aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2000-06-05 20:46:59 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2000-06-05 20:46:59 +0000
commite2d9c99d148bdbfd42ef80a09512b735a0209818 (patch)
tree8bac03faf7988c955a2dbb50e36ef6735328373e /isar
parent56b36e47cc1e07224e2a6c358e97c832c788dd63 (diff)
isar-save-with-hole-regexp: proof-no-regexp;
Diffstat (limited to 'isar')
-rw-r--r--isar/isar-syntax.el2
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)))