diff options
Diffstat (limited to 'theories/Init')
| -rw-r--r-- | theories/Init/Prelude.v | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/theories/Init/Prelude.v b/theories/Init/Prelude.v index f9c758054b..e929c561c7 100644 --- a/theories/Init/Prelude.v +++ b/theories/Init/Prelude.v @@ -22,4 +22,6 @@ Declare ML Module "ground_plugin". Declare ML Module "dp_plugin". Declare ML Module "recdef_plugin". Declare ML Module "subtac_plugin". -Declare ML Module "xml_plugin".
\ No newline at end of file +Declare ML Module "xml_plugin". +(* Default substrings not considered by queries like SearchAbout *) +Add Search Blacklist "_admitted" "_subproof" "Private_". |
