summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-04-21 21:29:34 +0000
committerLute Kamstra <lute@gnu.org>2005-04-21 21:29:34 +0000
commit39725337658f40b77d95f0265bcbc3209999cfea (patch)
tree9d54778a994b8f8c0be6220e168271ff581a06a7
parent0e6fb1e6e2fe0b345d1ecbbdf4c9b48a6b13eb13 (diff)
downloademacs-39725337658f40b77d95f0265bcbc3209999cfea.tar.gz
emacs-39725337658f40b77d95f0265bcbc3209999cfea.tar.bz2
emacs-39725337658f40b77d95f0265bcbc3209999cfea.zip
Mention new function rassq-delete-all.
-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'.
around potentially blocking or long-running code in timers
and post-command-hooks.
++++
+*** The new function `rassq-delete-all' deletes all elements from an
+alist whose cdr is `eq' to a specified value.
+
---
** easy-mmode-define-global-mode has been renamed to
define-global-minor-mode. The old name remains as an alias.