* lisp/emacs-lisp/comp.el (comp-run-async-workers): Disable Abort
dialog popping in the sub-processes that perform async
compilation, by passing w32-disable-abort-dialog=t on their
command line.
:command (list
(expand-file-name invocation-name
invocation-directory)
- "-no-comp-spawn" "--batch" "-l"
- temp-file)
+ "-no-comp-spawn" "--batch"
+ "--eval"
+ ;; Suppress Abort dialogs on MS-Windows
+ "(setq w32-disable-abort-dialog t)"
+ "-l" temp-file)
:sentinel
(lambda (process _event)
(run-hook-with-args