diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-11-04 10:07:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-11-04 10:07:27 +0000 |
commit | ba5037ec091f7b251c43953a63eb351e7798f7cb (patch) | |
tree | 0162da09984dd286cd5c8ba60e4cc9a2f356286c /lisp | |
parent | d9ef27108b6c8dde40f6eb32c692a54f253a5142 (diff) | |
download | emacs-ba5037ec091f7b251c43953a63eb351e7798f7cb.tar.gz emacs-ba5037ec091f7b251c43953a63eb351e7798f7cb.tar.bz2 emacs-ba5037ec091f7b251c43953a63eb351e7798f7cb.zip |
(spam group): Add :version.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/spam.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index 1dc9058dd1f..075408b8fc7 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el @@ -76,7 +76,8 @@ ;;; Main parameters. (defgroup spam nil - "Spam configuration.") + "Spam configuration." + :version "21.4") (defcustom spam-directory (nnheader-concat gnus-directory "spam/") "Directory for spam whitelists and blacklists." |