From 7b094a30fc340b2d130c15ebdba07f102b3c9729 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 4 Feb 2009 03:39:05 +0000 Subject: [PATCH] Require rmail not just when compiling. Remove unneeded declarations. --- lisp/mail/rmailmsc.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lisp/mail/rmailmsc.el b/lisp/mail/rmailmsc.el index 1636a1b3e1..b1e5bd7ed1 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) -- 2.39.2