From e3502063206a47fe9f11338f165e614b8018f92b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Oct 2004 07:06:16 +0000 Subject: [PATCH] Delete duplicate `provide'. (spam-unload-hook): Set as a variable with add-hook. --- lisp/gnus/spam.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lisp/gnus/spam.el b/lisp/gnus/spam.el index 85534f3828c..2b5f7be936b 100644 --- a/lisp/gnus/spam.el +++ b/lisp/gnus/spam.el @@ -1814,14 +1814,12 @@ REMOVE not nil, remove the ADDRESSES." (remove-hook 'gnus-get-new-news-hook 'spam-setup-widening) (remove-hook 'gnus-summary-prepare-hook 'spam-find-spam)) +(add-hook 'spam-unload-hook 'spam-unload-hook) + (when spam-install-hooks (spam-initialize)) (provide 'spam) -;;; spam.el ends here. - -(provide 'spam) - ;;; arch-tag: 07e6e0ca-ab0a-4412-b445-1f6c72a4f27f ;;; spam.el ends here -- 2.39.5