comparison lisp/gnus/gnus.el @ 65274:e4fb2a6db550

(gnus-ham-process-destinations, gnus-parameter-ham-marks-alist, gnus-parameter-spam-marks-alist, gnus-spam-autodetect, gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents, gnus-spam-process-destinations, gnus-spam-process-newsgroups): Add defvars.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 31 Aug 2005 13:06:08 +0000
parents fafd692d1e40
children c71b1b2d2d04
comparison
equal deleted inserted replaced
65273:df335bc72ea9 65274:e4fb2a6db550
32 32
33 (eval-when-compile (require 'cl)) 33 (eval-when-compile (require 'cl))
34 (require 'wid-edit) 34 (require 'wid-edit)
35 (require 'mm-util) 35 (require 'mm-util)
36 (require 'nnheader) 36 (require 'nnheader)
37
38 ;; These are defined afterwards with gnus-define-group-parameter
39 (defvar gnus-ham-process-destinations)
40 (defvar gnus-parameter-ham-marks-alist)
41 (defvar gnus-parameter-spam-marks-alist)
42 (defvar gnus-spam-autodetect)
43 (defvar gnus-spam-autodetect-methods)
44 (defvar gnus-spam-newsgroup-contents)
45 (defvar gnus-spam-process-destinations)
46 (defvar gnus-spam-process-newsgroups)
47
37 48
38 (defgroup gnus nil 49 (defgroup gnus nil
39 "The coffee-brewing, all singing, all dancing, kitchen sink newsreader." 50 "The coffee-brewing, all singing, all dancing, kitchen sink newsreader."
40 :group 'news 51 :group 'news
41 :group 'mail) 52 :group 'mail)