comparison etc/NEWS @ 61844:5a74af829774

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 26 Apr 2005 09:23:24 +0000
parents 0e4683c3074a
children 3e2b93c4f75c
comparison
equal deleted inserted replaced
61843:a158628ce6ac 61844:5a74af829774
2859 +++ 2859 +++
2860 *** The new function `rassq-delete-all' deletes all elements from an 2860 *** The new function `rassq-delete-all' deletes all elements from an
2861 alist whose cdr is `eq' to a specified value. 2861 alist whose cdr is `eq' to a specified value.
2862 2862
2863 +++ 2863 +++
2864 *** New macro define-obsolete-variable-alias to combine defvaralias and 2864 *** New macros define-obsolete-variable-alias to combine defvaralias and
2865 make-obsolete-variable. 2865 make-obsolete-variable and define-obsolete-function-alias to combine defalias
2866 and make-obsolete.
2866 2867
2867 +++ 2868 +++
2868 ** copy-file now takes an additional option arg MUSTBENEW. 2869 ** copy-file now takes an additional option arg MUSTBENEW.
2869 2870
2870 This argument works like the MUSTBENEW argument of write-file. 2871 This argument works like the MUSTBENEW argument of write-file.