aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 958efcd5f0b..ceced448a8e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2838,6 +2838,10 @@ if no expansion is done, which may be tested using `eq'.
2838around potentially blocking or long-running code in timers 2838around potentially blocking or long-running code in timers
2839and post-command-hooks. 2839and post-command-hooks.
2840 2840
2841+++
2842*** The new function `rassq-delete-all' deletes all elements from an
2843alist whose cdr is `eq' to a specified value.
2844
2841--- 2845---
2842** easy-mmode-define-global-mode has been renamed to 2846** easy-mmode-define-global-mode has been renamed to
2843define-global-minor-mode. The old name remains as an alias. 2847define-global-minor-mode. The old name remains as an alias.