]> git.eshelyaron.com Git - emacs.git/commit
Make querying to kill processes customizable
authorPhilipp Stephani <phst@google.com>
Tue, 27 Sep 2016 18:47:23 +0000 (20:47 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 1 Oct 2016 12:25:27 +0000 (14:25 +0200)
commitb661efd90d9bd57430761b0e87fcc8723ec24814
tree2808dd470064a2ac929dd28804359886a650f9ad
parente1c5422e7bc2fbe0ecf5ab501b39d32fac61e747
Make querying to kill processes customizable

Introduce a new customization option, `confirm-kill-processes', that
users can set to nil if they don't want Emacs to nag them about killing
processes.

* lisp/files.el (confirm-kill-processes): New customization option.
(save-buffers-kill-emacs): Use customization option.

* test/lisp/files-tests.el
(files-test--save-buffers-kill-emacs--confirm-kill-processes): Add
test for new customization option.

* doc/emacs/entering.texi (Exiting): Document new user option.

* doc/lispref/processes.texi (Query Before Exit): Document new
user option.

* etc/NEWS: Document new user option.
doc/emacs/entering.texi
doc/lispref/processes.texi
etc/NEWS
lisp/files.el
test/lisp/files-tests.el