diff options
| author | filliatr | 2003-01-06 15:11:48 +0000 |
|---|---|---|
| committer | filliatr | 2003-01-06 15:11:48 +0000 |
| commit | 9a0f88c7906ad72e1c6068488b38905f6186196b (patch) | |
| tree | 4c4a00963102c49068456102b2711e8879cc5508 /contrib/interface | |
| parent | 16ad8eab569e55fbcacf0e626203893a4916b25f (diff) | |
SearchAbout
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3489 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/interface')
| -rw-r--r-- | contrib/interface/xlate.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml index 272ca09f50..9ddf7268a3 100644 --- a/contrib/interface/xlate.ml +++ b/contrib/interface/xlate.ml @@ -1373,7 +1373,8 @@ let xlate_vernac = CT_search_pattern(xlate_formula c, xlate_search_restr x) | SearchHead id -> CT_search(loc_qualid_to_ct_ID id, xlate_search_restr x) - | SearchRewrite c -> xlate_error "TODO: SearchRewrite") + | SearchRewrite c -> xlate_error "TODO: SearchRewrite" + | SearchAbout id -> xlate_error "TODO: SearchAbout") | (*Record from tactics/Record.v *) VernacRecord |
