Mercurial > emacs
changeset 103974:95299ef2bf52
Add info about confirmation when killing a buffer with a running process.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Sat, 18 Jul 2009 21:16:19 +0000 |
parents | 32ed90139411 |
children | dd876e7df455 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Jul 18 21:07:12 2009 +0000 +++ b/etc/NEWS Sat Jul 18 21:16:19 2009 +0000 @@ -45,7 +45,6 @@ ** On MS-Windows, `display-time' now displays the system load average as well as the time, as it does on GNU and Unix. - ** configure options for emacs developers *** --enable-profiling will build emacs with profiling enabled. This might not work on all platforms. It is not a new feature, just @@ -54,6 +53,11 @@ *** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks. It is not a new feature, just the configure flag is new. +** Killing a buffer with a running process now asks a confirmation. +You can remove this query in two ways: either removing +`process-kill-buffer-query-function' from `kill-buffer-query-functions' or +setting the appropriate process flag with `set-process-query-on-exit-flag'. + * Changes in Specialized Modes and Packages in Emacs 23.2