aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-02-04 03:39:05 +0000
committerGlenn Morris2009-02-04 03:39:05 +0000
commit7b094a30fc340b2d130c15ebdba07f102b3c9729 (patch)
tree6490003daf68c5bfac3c7de307826949936463fd
parenta4e80191c29f1db98eb859cfcb33f6224fb51347 (diff)
downloademacs-7b094a30fc340b2d130c15ebdba07f102b3c9729.tar.gz
emacs-7b094a30fc340b2d130c15ebdba07f102b3c9729.zip
Require rmail not just when compiling.
Remove unneeded declarations.
-rw-r--r--lisp/mail/rmailmsc.el9
1 files changed, 1 insertions, 8 deletions
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 @@
25 25
26;;; Code: 26;;; Code:
27 27
28(eval-when-compile 28(require 'rmail)
29 (require 'rmail))
30
31(defvar rmail-current-message)
32(defvar rmail-inbox-list)
33
34(declare-function mail-parse-comma-list "mail-utils" ())
35(declare-function rmail-show-message "rmail" (&optional msg))
36 29
37;;;###autoload 30;;;###autoload
38(defun set-rmail-inbox-list (file-name) 31(defun set-rmail-inbox-list (file-name)