mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(bbdb/mail_auto_create_p, rmail-summary-mode-map): Add defvars.
This commit is contained in:
parent
46163fc9dd
commit
e7ece99852
1 changed files with 3 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue