]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 6b4f18ecc80145676375c0194514fb49e39fd7e5..b5cb92533cd073da5ee9e35823bcbd35960e2bb6 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 ecf4bdeec4fb78ef57616f5f3bf5cbcbb9dd2bff..749d3942006ac86343f6f18b4a3b06331901deed 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)