id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1039,save-application ignores the :error-handler option in Windows,dh,,"This code, running both wx86cl and wx86cl64, with both :quit and :quit-quietly, all generate an executable that prints the error and drops into the debugger instead of exiting.

{{{
(ccl:save-application ""foo.exe""
                      :prepend-kernel t
                      :purify t
                      :toplevel-function (lambda () (error ""argh!""))
                      :error-handler :quit)
}}}",defect,new,normal,,Documentation,1.8,,,m.charles.beaver@…
