Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4462:34b42224a066
Make the #'add-to-list implementation a little conciser and clearer for XEmacs
2008-05-14 Aidan Kehoe <kehoea@parhasard.net>
* subr.el (add-to-list): Implement the same logic with a more
concise syntax; thank you Stephen, in
http://mid.gmane.org/87ablomdwx.fsf@uwakimon.sk.tsukuba.ac.jp .
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 14 May 2008 23:55:13 +0200 |
parents | 42fad34efb3f |
children | 5c651a4e8ed3 |
comparison
equal
deleted
inserted
replaced
4461:42fad34efb3f | 4462:34b42224a066 |
---|---|
1 2008-05-14 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * subr.el (add-to-list): Implement the same logic with a more | |
4 concise syntax; thank you Stephen, in | |
5 http://mid.gmane.org/87ablomdwx.fsf@uwakimon.sk.tsukuba.ac.jp . | |
6 | |
1 2008-02-25 bpalmer <bpalmer@gmail.com> | 7 2008-02-25 bpalmer <bpalmer@gmail.com> |
2 | 8 |
3 * subr.el(add-to-list): add support for `compare-fn' to sync with | 9 * subr.el(add-to-list): add support for `compare-fn' to sync with |
4 emacs. | 10 emacs. |
5 | 11 |