Mercurial > emacs
comparison etc/NEWS @ 61719:05723b20cc75
Mention new function rassq-delete-all.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 21 Apr 2005 21:29:34 +0000 |
parents | 9f16076b6f65 |
children | f3e243c78a1b |
comparison
equal
deleted
inserted
replaced
61718:beeb90a3315c | 61719:05723b20cc75 |
---|---|
2835 | 2835 |
2836 +++ | 2836 +++ |
2837 *** New macro with-local-quit temporarily sets inhibit-quit to nil for use | 2837 *** New macro with-local-quit temporarily sets inhibit-quit to nil for use |
2838 around potentially blocking or long-running code in timers | 2838 around potentially blocking or long-running code in timers |
2839 and post-command-hooks. | 2839 and post-command-hooks. |
2840 | |
2841 +++ | |
2842 *** The new function `rassq-delete-all' deletes all elements from an | |
2843 alist whose cdr is `eq' to a specified value. | |
2840 | 2844 |
2841 --- | 2845 --- |
2842 ** easy-mmode-define-global-mode has been renamed to | 2846 ** easy-mmode-define-global-mode has been renamed to |
2843 define-global-minor-mode. The old name remains as an alias. | 2847 define-global-minor-mode. The old name remains as an alias. |
2844 | 2848 |