From 4e7cafbe337f4ea438a2b00a9cfeb84e6d744842 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 8 Mar 2010 11:17:30 -0500 Subject: 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). --- lisp/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc3683eaa78..04ba881c59e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2010-03-08 Chong Yidong + + * 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). + 2010-03-08 Kenichi Handa * language/misc-lang.el (windows-1256): New coding system. -- cgit v1.2.1