comparison tests/ChangeLog @ 4731:ad40dc9d3a97

Add test of nil binding of default-process-coding-system.
author Stephen J. Turnbull <stephen@xemacs.org>
date Mon, 02 Nov 2009 13:29:06 +0900
parents d0ea57eb3de4
children 2491a837112c
comparison
equal deleted inserted replaced
4730:0e5b32398bac 4731:ad40dc9d3a97
1 2009-11-02 Stephen Turnbull <stephen@xemacs.org>
2
3 * automated/mule-tests.el (default-process-coding-system):
4 Check that binding it to nil is OK.
5
1 2009-11-01 Aidan Kehoe <kehoea@parhasard.net> 6 2009-11-01 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * automated/lisp-tests.el: 8 * automated/lisp-tests.el:
4 Check that (equal "hi there" [hi there]) gives nil, instead of 9 Check that (equal "hi there" [hi there]) gives nil, instead of
5 erroring; fixes a bug Ben introduced in 2002. 10 erroring; fixes a bug Ben introduced in 2002.