aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6efa7642f85..5632ccc6d75 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1693,6 +1693,10 @@ valid event type.
1693* Lisp Changes in Emacs 27.1 1693* Lisp Changes in Emacs 27.1
1694 1694
1695+++ 1695+++
1696** The new macro `with-suppressed-warnings' can be used to suppress
1697specific byte-compile warnings.
1698
1699+++
1696** The 'append' arg of 'add-hook' is generalized to a finer notion of 'depth' 1700** The 'append' arg of 'add-hook' is generalized to a finer notion of 'depth'
1697This makes it possible to control the ordering of functions more precisely, 1701This makes it possible to control the ordering of functions more precisely,
1698as was already possible in 'add-function' and `advice-add`. 1702as was already possible in 'add-function' and `advice-add`.