summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-03-05 17:48:44 -0800
committerGlenn Morris <rgm@gnu.org>2011-03-05 17:48:44 -0800
commit63c72eebd8e87b2582fe82b7072139aefd47065d (patch)
tree25036949db165b1526762f9734fe18e81ecc5bcb
parent7834125ea3739383b50b1656d44384a53b8ccb54 (diff)
downloademacs-63c72eebd8e87b2582fe82b7072139aefd47065d.tar.gz
NEWS.
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index aa4000b6504..b651f815e25 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -179,6 +179,8 @@ higher-resolution time stamps.
and SIGHUP, and upon SIGINT in batch mode.
** kill-emacs-hook is now also run in batch mode.
+If you have code that adds something to kill-emacs-hook, you should
+consider if it is still appropriate to add it in the noninteractive case.
** New scrolling commands `scroll-up-command' and `scroll-down-command'
(bound to C-v/[next] and M-v/[prior]) does not signal errors at top/bottom