aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2001-08-28 15:53:17 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2001-08-28 15:53:17 +0000
commit2bf4a7f0b3cf660c6b215a3e49d80115409e192e (patch)
tree44aa3864c49b9815d7a485a8120609168a7740b2 /phox
parenteef850dfb660ad59a4d25fce00dc322942a44a83 (diff)
Change of proof span type back to goalsave
Diffstat (limited to 'phox')
-rw-r--r--phox/phox-fun.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/phox/phox-fun.el b/phox/phox-fun.el
index 22d3e717..7592a87e 100644
--- a/phox/phox-fun.el
+++ b/phox/phox-fun.el
@@ -173,7 +173,7 @@ or for optional argument TABLE."
((eq (span-property span 'type) 'comment))
- ((eq (span-property span 'type) 'proof)
+ ((eq (span-property span 'type) 'goalsave)
(if (proof-string-match phox-prove-claim-regexp str)
(setq ans (concat (format phox-forget-proof-command
(match-string 4 str)) ans))