aboutsummaryrefslogtreecommitdiff
path: root/contrib/interface
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/interface')
-rw-r--r--contrib/interface/xlate.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/interface/xlate.ml b/contrib/interface/xlate.ml
index e736cfe415..02300fdfda 100644
--- a/contrib/interface/xlate.ml
+++ b/contrib/interface/xlate.ml
@@ -1494,7 +1494,8 @@ let xlate_vernac =
| SearchHead id ->
CT_search(loc_qualid_to_ct_ID id, xlate_search_restr x)
| SearchRewrite c -> xlate_error "TODO: SearchRewrite"
- | SearchAbout id -> xlate_error "TODO: SearchAbout")
+ | SearchAbout id -> xlate_error "TODO: SearchAbout"
+ | SearchNamed id -> xlate_error "TODO: SearchNamed")
| (*Record from tactics/Record.v *)
VernacRecord