From: Glenn Morris Date: Wed, 4 Feb 2009 03:39:05 +0000 (+0000) Subject: Require rmail not just when compiling. X-Git-Tag: emacs-pretest-23.0.91~427 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b094a30fc340b2d130c15ebdba07f102b3c9729;p=emacs.git Require rmail not just when compiling. Remove unneeded declarations. --- diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index 1636a1b3e19..b1e5bd7ed12 100644 --- a/lisp/mail/rmailmsc.el +++ b/lisp/mail/rmailmsc.el @@ -25,14 +25,7 @@ ;;; Code: -(eval-when-compile - (require 'rmail)) - -(defvar rmail-current-message) -(defvar rmail-inbox-list) - -(declare-function mail-parse-comma-list "mail-utils" ()) -(declare-function rmail-show-message "rmail" (&optional msg)) +(require 'rmail) ;;;###autoload (defun set-rmail-inbox-list (file-name)