(rmime-magic-string): Define for compiler.
authorGlenn Morris <rgm@gnu.org>
Sat, 7 Feb 2009 20:08:06 +0000 (20:08 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 7 Feb 2009 20:08:06 +0000 (20:08 +0000)
lisp/ChangeLog
lisp/mail/unrmail.el

index 6b4f18e..b5cb925 100644 (file)
@@ -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
index ecf4bde..749d394 100644 (file)
@@ -44,6 +44,7 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
     (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)