Mercurial > emacs
changeset 101884:a67721ab1564
(rmime-magic-string): Define for compiler.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 07 Feb 2009 20:08:06 +0000 |
parents | d39e0cfa8a34 |
children | db34f3e92a9b |
files | lisp/ChangeLog lisp/mail/unrmail.el |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Feb 07 18:35:56 2009 +0000 +++ b/lisp/ChangeLog Sat Feb 07 20:08:06 2009 +0000 @@ -1,3 +1,7 @@ +2009-02-07 Glenn Morris <rgm@gnu.org> + + * mail/unrmail.el (rmime-magic-string): Define for compiler. + 2009-02-07 Eli Zaretskii <eliz@gnu.org> * mail/rmail.el (rmail): Bind coding-system-for-read to
--- a/lisp/mail/unrmail.el Sat Feb 07 18:35:56 2009 +0000 +++ b/lisp/mail/unrmail.el Sat Feb 07 20:08:06 2009 +0000 @@ -44,6 +44,7 @@ (kill-emacs (if error 1 0)))) (declare-function mail-strip-quoted-names "mail-utils" (address)) +(defvar rmime-magic-string) ; in rmime.el, if you have it ;;;###autoload (defun unrmail (file to-file)