From: Lute Kamstra Date: Thu, 21 Apr 2005 21:29:34 +0000 (+0000) Subject: Mention new function rassq-delete-all. X-Git-Tag: ttn-vms-21-2-B4~848 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39725337658f40b77d95f0265bcbc3209999cfea;p=emacs.git Mention new function rassq-delete-all. --- 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.