diff options
| -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 @@ | |||
| 86 | (require 'rmailsum) | 86 | (require 'rmailsum) |
| 87 | (if (not (fboundp 'rmail-make-summary-line)) (load-library "rmailsum"))) | 87 | (if (not (fboundp 'rmail-make-summary-line)) (load-library "rmailsum"))) |
| 88 | 88 | ||
| 89 | (defvar bbdb/mail_auto_create_p) | ||
| 90 | (defvar rmail-summary-mode-map) | ||
| 91 | |||
| 89 | ;; For find-if and other cool common lisp functions we may want to use. | 92 | ;; For find-if and other cool common lisp functions we may want to use. |
| 90 | (eval-when-compile | 93 | (eval-when-compile |
| 91 | (require 'cl)) | 94 | (require 'cl)) |