comparison lisp/mail/rmail-spam-filter.el @ 65209:afdca0591e8c

(bbdb/mail_auto_create_p, rmail-summary-mode-map): Add defvars.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Aug 2005 14:38:00 +0000
parents fafd692d1e40
children 4e6c5e8ae4e9 a3716f7538f2
comparison
equal deleted inserted replaced
65208:a4542b9b5f1c 65209:afdca0591e8c
83 83
84 (require 'rmail) 84 (require 'rmail)
85 (if (> emacs-major-version 20) 85 (if (> emacs-major-version 20)
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
89 (defvar bbdb/mail_auto_create_p)
90 (defvar rmail-summary-mode-map)
88 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))
92 95