diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 14:38:00 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-29 14:38:00 +0000 |
commit | e7ece99852cc183e624998b115680bcc8f690b4e (patch) | |
tree | fea430c365c46c117216e65ef286e91266adb4d1 /lisp/mail | |
parent | 46163fc9dd90e9cd3ac373c6b4ae0fe571304dc3 (diff) | |
download | emacs-e7ece99852cc183e624998b115680bcc8f690b4e.tar.gz |
(bbdb/mail_auto_create_p, rmail-summary-mode-map): Add defvars.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/rmail-spam-filter.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/rmail-spam-filter.el b/lisp/mail/rmail-spam-filter.el index 20acb87831a..7be5146f722 100644 --- a/lisp/mail/rmail-spam-filter.el +++ b/lisp/mail/rmail-spam-filter.el @@ -86,6 +86,9 @@ (require 'rmailsum) (if (not (fboundp 'rmail-make-summary-line)) (load-library "rmailsum"))) +(defvar bbdb/mail_auto_create_p) +(defvar rmail-summary-mode-map) + ;; For find-if and other cool common lisp functions we may want to use. (eval-when-compile (require 'cl)) |