From f242c8c653a4b1e6101e6899d388cae9bc15ee3e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sun, 7 Nov 2004 13:38:29 +0000 Subject: [PATCH] Synch to No Gnus 200411071235. --- lisp/ChangeLog | 6 ++++++ lisp/spam.el | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 232ecff..7b17b4a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-11-04 Richard M. Stallman + + * spam.el (spam group): Add :version. + + * pgg-def.el (pgg group): Add :version. + 2004-11-04 Katsumi Yamaoka * gnus-art. (gnus-article-edit-article): Don't associate the diff --git a/lisp/spam.el b/lisp/spam.el index cd3a39e..946f715 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -79,7 +79,8 @@ Populated by spam-install-backend-super.") (defgroup spam nil - "Spam configuration.") + "Spam configuration." + :version "21.4") (defcustom spam-summary-exit-behavior 'default "Exit behavior at the time of summary exit. -- 1.7.10.4