diff options
author | Glenn Morris <rgm@gnu.org> | 2007-12-04 04:04:05 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-12-04 04:04:05 +0000 |
commit | a9b833d39e5b8fd52341f1893b95a87c769872ef (patch) | |
tree | 4f21702ceb353512599ee39dc14a305e721a1bdc /lisp/gnus/gnus.el | |
parent | 237dd97f5cba81829e6a20a33b91c8d678e3bac3 (diff) | |
download | emacs-a9b833d39e5b8fd52341f1893b95a87c769872ef.tar.gz |
(gnus-spam-resend-to, gnus-ham-resend-to): Define for compiler.
Diffstat (limited to 'lisp/gnus/gnus.el')
-rw-r--r-- | lisp/gnus/gnus.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index b09511ea9c4..74d596ae761 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -43,6 +43,8 @@ (defvar gnus-spam-autodetect-methods) (defvar gnus-spam-newsgroup-contents) (defvar gnus-spam-process-destinations) +(defvar gnus-spam-resend-to) +(defvar gnus-ham-resend-to) (defvar gnus-spam-process-newsgroups) |