no_check for @{setting} antiquotations -- empty values are treated as undefined on Cygwin;
authorwenzelm
Fri, 27 Jul 2012 16:33:32 +0200
changeset 49569011cbb395d46
parent 49568 a4893c509aa2
child 49572 2aa8bab841d7
no_check for @{setting} antiquotations -- empty values are treated as undefined on Cygwin;
doc-src/antiquote_setup.ML
     1.1 --- a/doc-src/antiquote_setup.ML	Fri Jul 27 16:27:26 2012 +0200
     1.2 +++ b/doc-src/antiquote_setup.ML	Fri Jul 27 16:33:32 2012 +0200
     1.3 @@ -204,7 +204,7 @@
     1.4      "" "antiquotation" #>
     1.5    entity_antiqs (thy_check Thy_Output.intern_option Thy_Output.defined_option)
     1.6      "" "antiquotation option" #>
     1.7 -  entity_antiqs (fn _ => fn name => is_some (OS.Process.getEnv name)) "isatt" "setting" #>
     1.8 +  entity_antiqs no_check "isatt" "setting" #>
     1.9    entity_antiqs no_check "" "inference" #>
    1.10    entity_antiqs no_check "isatt" "executable" #>
    1.11    entity_antiqs (K check_tool) "isatt" "tool" #>