aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 42e51b1fbc3..87822ef0d85 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -280,6 +280,9 @@ considered for update.
280** eldoc highlights the function argument under point 280** eldoc highlights the function argument under point
281with the face `eldoc-highlight-function-argument'. 281with the face `eldoc-highlight-function-argument'.
282 282
283** hide-ifdef-mode permits to shadow ifdef-blocks instead of hiding them.
284See option `hide-ifdef-shadow' and function `hide-ifdef-toggle-shadowing'.
285
283+++ 286+++
284** defcustom accepts new keyword arguments, `:safe' and `:risky', which 287** defcustom accepts new keyword arguments, `:safe' and `:risky', which
285set a variable's `safe-local-variable' and `risky-local-variable' property. 288set a variable's `safe-local-variable' and `risky-local-variable' property.