This is an archive of the discontinued LLVM Phabricator instance.

clang-include-fixer.el: Don't prompt the user about killing clang-include-fixer processes
ClosedPublic

Authored by phst on Oct 7 2016, 12:38 PM.

Details

Summary

By default, Emacs prompts the user when killing processes on exit. This is useful for stateful processes such as interactive shells. However, clang-include-fixer processes are stateless; the only effect of killing them is to cancel a clang-include-fixer operation. Therefore prompting the user is just a nuisance.

Diff Detail

Event Timeline

phst updated this revision to Diff 73972.Oct 7 2016, 12:38 PM
phst retitled this revision from to clang-include-fixer.el: Don't prompt the user about killing clang-include-fixer processes.
phst updated this object.
phst added a reviewer: klimek.
phst added a project: Restricted Project.
klimek accepted this revision.Oct 11 2016, 2:30 AM
klimek edited edge metadata.
This revision is now accepted and ready to land.Oct 11 2016, 2:30 AM
klimek closed this revision.Oct 11 2016, 2:30 AM

Landed in r283863.