summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-23 14:47:27 -0500
committerGlenn Morris <rgm@gnu.org>2012-02-23 14:47:27 -0500
commitfeb8a83af742e4009d97e219aa3d650e0729117d (patch)
tree1962d3854796e0c5b2e6e3dbd1abe55cb6c2c043
parent2cb228f753fbaea3a86dfc1fd57b61db13624a2d (diff)
downloademacs-feb8a83af742e4009d97e219aa3d650e0729117d.tar.gz
Add missing NEWS entry for feature appearing during feature freeze
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 65b6e532fc8..96896ec2343 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1405,7 +1405,7 @@ on-the-fly spell checking for comments and strings.
If the global mode is global-FOO-mode, then run (FOO-mode -1) in the
major mode's hook, where FOO-mode toggles the mode on a per-buffer basis.
+++
-*** `define-minor-mode' accepts a new keyword :variable.
+*** `define-minor-mode' accepts new keywords :variable, :after-hook.
+++
** `delete-file' and `delete-directory' now accept optional arg TRASH.