diff options
Diffstat (limited to 'lisp/mail/metamail.el')
-rw-r--r-- | lisp/mail/metamail.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/mail/metamail.el b/lisp/mail/metamail.el index 0c5189e53e0..6d13bda9823 100644 --- a/lisp/mail/metamail.el +++ b/lisp/mail/metamail.el @@ -1,6 +1,7 @@ ;;; metamail.el --- Metamail interface for GNU Emacs -;; Copyright (C) 1993, 1996 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1996, 2002, 2003, 2004, +;; 2005 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA <umerin@mse.kyutech.ac.jp> ;; Keywords: mail, news, mime, multimedia @@ -35,6 +36,9 @@ ;;; Code: +(defvar rmail-current-message) +(defvar rmail-message-vector) + (defgroup metamail nil "Metamail interface for Emacs." :group 'mail |