diff options
author | Glenn Morris <rgm@gnu.org> | 2011-03-05 17:48:44 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-03-05 17:48:44 -0800 |
commit | 63c72eebd8e87b2582fe82b7072139aefd47065d (patch) | |
tree | 25036949db165b1526762f9734fe18e81ecc5bcb | |
parent | 7834125ea3739383b50b1656d44384a53b8ccb54 (diff) | |
download | emacs-63c72eebd8e87b2582fe82b7072139aefd47065d.tar.gz |
NEWS.
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |