summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-06-09 18:07:53 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-06-09 18:07:53 +0200
commit30d557dae15629f26c28c891164e7b4f8be58003 (patch)
tree56d6160745b38625b1ace8937d9c8b17c595b430
parent106afbcb82402f324fd15895f373497ec9ea3d08 (diff)
downloademacs-30d557dae15629f26c28c891164e7b4f8be58003.tar.gz
Mention with-suppressed-warnings
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f358a211a54..ccb674cf9c5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1676,6 +1676,10 @@ valid event type.
* Lisp Changes in Emacs 27.1
+++
+** The new macro `with-suppressed-warnings' can be used to suppress
+specific byte-compile warnings.
+
++++
** The 'append' arg of 'add-hook' is generalized to a finer notion of 'depth'
This makes it possible to control the ordering of functions more precisely,
as was already possible in 'add-function' and `advice-add`.