clang-include-fixer.el: Don't prompt the user about killing clang-include-fixer processes
authorManuel Klimek <klimek@google.com>
Tue, 11 Oct 2016 09:21:20 +0000 (09:21 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 11 Oct 2016 09:21:20 +0000 (09:21 +0000)
commit516a3df5cf6445383bb91b12ce7cb1579fd94d57
treef227d21596048a9859658b5c220a06ff9f99477f
parentc93518db8c29e474abb5b8914a3c8cd301c1bfcc
clang-include-fixer.el: Don't prompt the user about killing clang-include-fixer processes

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.

Patch by Philipp Stephani.

Differential Revision: https://reviews.llvm.org/D25378

llvm-svn: 283863
clang-tools-extra/include-fixer/tool/clang-include-fixer.el