diff lisp/mail/unrmail.el @ 91204:53108e6cea98

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
author Miles Bader <miles@gnu.org>
date Thu, 06 Dec 2007 09:51:45 +0000
parents f55f9811f5d7 4aedd218aad1
children 606f2d163a64
line wrap: on
line diff
--- a/lisp/mail/unrmail.el	Thu Dec 06 07:36:30 2007 +0000
+++ b/lisp/mail/unrmail.el	Thu Dec 06 09:51:45 2007 +0000
@@ -48,6 +48,8 @@
     (message "Done")
     (kill-emacs (if error 1 0))))
 
+(declare-function mail-strip-quoted-names "mail-utils" (address))
+
 ;;;###autoload
 (defun unrmail (file to-file)
   "Convert Rmail file FILE to system inbox format file TO-FILE."