aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
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))