comparison lisp/ChangeLog @ 107357:0f6a30c8d91a

Additional fix for rfc822-addresses (Bug#5692). * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure that all errors are caught, and that the return value is always a list (Bug#5692).
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 08 Mar 2010 11:17:30 -0500
parents 76b07c83bb0f
children 4e4364e2100c
comparison
equal deleted inserted replaced
107356:76b07c83bb0f 107357:0f6a30c8d91a
1 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4 that all errors are caught, and that the return value is always a
5 list (Bug#5692).
6
1 2010-03-08 Kenichi Handa <handa@m17n.org> 7 2010-03-08 Kenichi Handa <handa@m17n.org>
2 8
3 * language/misc-lang.el (windows-1256): New coding system. 9 * language/misc-lang.el (windows-1256): New coding system.
4 (cp1256): New alias of windows-1256 (bug#5690). 10 (cp1256): New alias of windows-1256 (bug#5690).
5 11