aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-fun.el
diff options
context:
space:
mode:
Diffstat (limited to 'phox/phox-fun.el')
-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 0e82b1d3..1c2735dd 100644
--- a/phox/phox-fun.el
+++ b/phox/phox-fun.el
@@ -68,7 +68,7 @@ send a compile command to PhoX for the theorem which name is under the cursor."
((eq (span-property span 'type) 'comment))
- ((eq (span-property span 'type) 'goalsave)
+ ((eq (span-property span 'type) 'proof)
(setq ans (concat (format phox-forget-id-command
(span-property span 'name)) ans)))