]> git.eshelyaron.com Git - emacs.git/commitdiff
Add info about confirmation when killing a buffer with a running process.
authorJuri Linkov <juri@jurta.org>
Sat, 18 Jul 2009 21:16:19 +0000 (21:16 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 18 Jul 2009 21:16:19 +0000 (21:16 +0000)
etc/NEWS

index db11a960dc6d2c9392ad344b29d5d2825e36c267..18136dca0be1eff0a223b543cc4e09a2e851b3cc 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -45,7 +45,6 @@ Customize make-pointer-invisible to turn it off.
 ** 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 @@ the configure flag is new.
 *** --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'.
+
 \f
 * Changes in Specialized Modes and Packages in Emacs 23.2