aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 29b74ee682b..10882e4ec45 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1790,6 +1790,11 @@ valid event type.
1790 1790
1791* Lisp Changes in Emacs 27.1 1791* Lisp Changes in Emacs 27.1
1792 1792
1793** defcustom now takes a :local keyword that can be either t or
1794`permanent', which mean that the variable should be automatically
1795buffer-local. `permanent' also sets the variable's
1796`permanent-local' property.
1797
1793+++ 1798+++
1794** The new macro `with-suppressed-warnings' can be used to suppress 1799** The new macro `with-suppressed-warnings' can be used to suppress
1795specific byte-compile warnings. 1800specific byte-compile warnings.