diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mail/unrmail.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6b4f18ecc80..b5cb92533cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-02-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * mail/unrmail.el (rmime-magic-string): Define for compiler. | ||
| 4 | |||
| 1 | 2009-02-07 Eli Zaretskii <eliz@gnu.org> | 5 | 2009-02-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * mail/rmail.el (rmail): Bind coding-system-for-read to | 7 | * mail/rmail.el (rmail): Bind coding-system-for-read to |
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el index ecf4bdeec4f..749d3942006 100644 --- a/lisp/mail/unrmail.el +++ b/lisp/mail/unrmail.el | |||
| @@ -44,6 +44,7 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'." | |||
| 44 | (kill-emacs (if error 1 0)))) | 44 | (kill-emacs (if error 1 0)))) |
| 45 | 45 | ||
| 46 | (declare-function mail-strip-quoted-names "mail-utils" (address)) | 46 | (declare-function mail-strip-quoted-names "mail-utils" (address)) |
| 47 | (defvar rmime-magic-string) ; in rmime.el, if you have it | ||
| 47 | 48 | ||
| 48 | ;;;###autoload | 49 | ;;;###autoload |
| 49 | (defun unrmail (file to-file) | 50 | (defun unrmail (file to-file) |