diff options
author | Lute Kamstra <lute@gnu.org> | 2005-04-21 21:29:34 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-04-21 21:29:34 +0000 |
commit | 39725337658f40b77d95f0265bcbc3209999cfea (patch) | |
tree | 9d54778a994b8f8c0be6220e168271ff581a06a7 | |
parent | 0e6fb1e6e2fe0b345d1ecbbdf4c9b48a6b13eb13 (diff) | |
download | emacs-39725337658f40b77d95f0265bcbc3209999cfea.tar.gz emacs-39725337658f40b77d95f0265bcbc3209999cfea.tar.bz2 emacs-39725337658f40b77d95f0265bcbc3209999cfea.zip |
Mention new function rassq-delete-all.
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |