# HG changeset patch # User Richard M. Stallman # Date 1097996776 0 # Node ID 8479451930d1adb62e925c6e6de3de84d6d90007 # Parent 74ab35181199f424e1f618b9545f1e121f0851ca Delete duplicate `provide'. (spam-unload-hook): Set as a variable with add-hook. diff -r 74ab35181199 -r 8479451930d1 lisp/gnus/spam.el --- a/lisp/gnus/spam.el Sun Oct 17 07:05:11 2004 +0000 +++ b/lisp/gnus/spam.el Sun Oct 17 07:06:16 2004 +0000 @@ -1814,14 +1814,12 @@ (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