aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
Diffstat (limited to 'phox')
-rw-r--r--phox/phox-fun.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/phox/phox-fun.el b/phox/phox-fun.el
index d556a3c8..12dddf42 100644
--- a/phox/phox-fun.el
+++ b/phox/phox-fun.el
@@ -177,6 +177,8 @@ or for optional argument TABLE."
((eq (span-property span 'type) 'comment))
+ ((eq (span-property span 'type) 'proverproc))
+
((eq (span-property span 'type) 'goalsave)
(if (proof-string-match phox-prove-claim-regexp str)
(setq ans (concat (format phox-forget-proof-command
@@ -433,4 +435,4 @@ send a delete command to PhoX for the symbol whose name is under the cursor."
(provide 'phox-fun)
- \ No newline at end of file
+