comparison etc/NEWS @ 61731:6c517123b411

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 22 Apr 2005 04:09:43 +0000
parents f3e243c78a1b
children 2b20595aa66d
comparison
equal deleted inserted replaced
61730:d4e4e1694bf8 61731:6c517123b411
2840 2840
2841 +++ 2841 +++
2842 *** The new function `rassq-delete-all' deletes all elements from an 2842 *** The new function `rassq-delete-all' deletes all elements from an
2843 alist whose cdr is `eq' to a specified value. 2843 alist whose cdr is `eq' to a specified value.
2844 2844
2845 +++
2846 *** New function make-obsolete-variable to warn that a variable may be removed
2847 at some stage in the future.
2848
2849 +++
2850 *** New macro define-obsolete-variable-alias to combine defvaralias and
2851 make-obsolete-variable.
2852
2853 >>>>>>> 1.1157
2845 --- 2854 ---
2846 ** easy-mmode-define-global-mode has been renamed to 2855 ** easy-mmode-define-global-mode has been renamed to
2847 define-global-minor-mode. The old name remains as an alias. 2856 define-global-minor-mode. The old name remains as an alias.
2848 2857
2849 +++ 2858 +++