Mercurial > hg > xemacs-beta
comparison tests/ChangeLog @ 4728:d0ea57eb3de4
Don't error if handed a string and a non-string, #'equalp.
tests/ChangeLog addition:
2009-11-01 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Check that (equal "hi there" [hi there]) gives nil, instead of
erroring; fixes a bug Ben introduced in 2002.
lisp/ChangeLog addition:
2009-11-01 Aidan Kehoe <kehoea@parhasard.net>
* cl-extra.el (equalp):
Don't error if handed a string and a non-string.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 01 Nov 2009 15:05:46 +0000 |
parents | a357478dd457 |
children | ad40dc9d3a97 |
comparison
equal
deleted
inserted
replaced
4727:90dbf8e772b6 | 4728:d0ea57eb3de4 |
---|---|
1 2009-11-01 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * automated/lisp-tests.el: | |
4 Check that (equal "hi there" [hi there]) gives nil, instead of | |
5 erroring; fixes a bug Ben introduced in 2002. | |
6 | |
1 2009-10-12 Aidan Kehoe <kehoea@parhasard.net> | 7 2009-10-12 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * automated/mule-tests.el : | 9 * automated/mule-tests.el : |
4 Revert to the old Unicode mapping for scaron once we're finished | 10 Revert to the old Unicode mapping for scaron once we're finished |
5 testing it. | 11 testing it. |