aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index db11a960dc6..18136dca0be 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -45,7 +45,6 @@ Customize make-pointer-invisible to turn it off.
45** On MS-Windows, `display-time' now displays the system load average 45** On MS-Windows, `display-time' now displays the system load average
46as well as the time, as it does on GNU and Unix. 46as well as the time, as it does on GNU and Unix.
47 47
48
49** configure options for emacs developers 48** configure options for emacs developers
50*** --enable-profiling will build emacs with profiling enabled. 49*** --enable-profiling will build emacs with profiling enabled.
51This might not work on all platforms. It is not a new feature, just 50This might not work on all platforms. It is not a new feature, just
@@ -54,6 +53,11 @@ the configure flag is new.
54*** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks. 53*** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks.
55It is not a new feature, just the configure flag is new. 54It is not a new feature, just the configure flag is new.
56 55
56** Killing a buffer with a running process now asks a confirmation.
57You can remove this query in two ways: either removing
58`process-kill-buffer-query-function' from `kill-buffer-query-functions' or
59setting the appropriate process flag with `set-process-query-on-exit-flag'.
60
57 61
58* Changes in Specialized Modes and Packages in Emacs 23.2 62* Changes in Specialized Modes and Packages in Emacs 23.2
59 63