Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4461:42fad34efb3f
Support COMPARE-FN in add-to-list; thank you Brian Palmer.
2008-02-25 bpalmer <bpalmer@gmail.com>
* subr.el(add-to-list): add support for `compare-fn' to sync with
emacs.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 14 May 2008 23:47:58 +0200 |
parents | 04ec3340612e |
children | 34b42224a066 |
comparison
equal
deleted
inserted
replaced
4460:04ec3340612e | 4461:42fad34efb3f |
---|---|
1 2008-02-25 bpalmer <bpalmer@gmail.com> | |
2 | |
3 * subr.el(add-to-list): add support for `compare-fn' to sync with | |
4 emacs. | |
5 | |
1 2008-05-14 Aidan Kehoe <kehoea@parhasard.net> | 6 2008-05-14 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * mule/mule-coding.el (make-8-bit-choose-category):=20 | 8 * mule/mule-coding.el (make-8-bit-choose-category):=20 |
4 Control-1 characters extend from #x80 to #x9F (inclusive), | 9 Control-1 characters extend from #x80 to #x9F (inclusive), |
5 not from #x80 to #xBF. | 10 not from #x80 to #xBF. |