aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/tags.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-10 18:33:44 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-12-10 18:33:44 +0000
commitb0ab21a5a94b09170ff60cd4a405afa5287d7867 (patch)
treec30845df1fbe51a08f3be5608dca81b0915b5f8d /ide/tags.mli
parent2de75892efb8c2ab63a3b23767d0cefd0996f8d6 (diff)
Coqide: restore the tag removal of copy-pasted zones
The handler for apply_tag removed in commit 16044 was probaly meant for that. We now proceed in a more simple way, in Sentence.split_slice_lax, instead of doing a remove_tag in a apply_tag handler (!). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16058 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/tags.mli')
-rw-r--r--ide/tags.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/tags.mli b/ide/tags.mli
index a96ae98b9..2d74d43f2 100644
--- a/ide/tags.mli
+++ b/ide/tags.mli
@@ -16,6 +16,7 @@ sig
val unjustified : GText.tag
val found : GText.tag
val sentence : GText.tag
+ val all : GText.tag list
end
module Proof :