From 9c77766565cc9c29289ecf1c7d6c964d6af388ce Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 5 Jun 2003 10:45:12 +0000 Subject: Make find-and-forget robust for proverproc regions --- phox/phox-fun.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phox') 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 + -- cgit v1.2.3