]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete duplicate `provide'.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 07:06:16 +0000 (07:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 07:06:16 +0000 (07:06 +0000)
(spam-unload-hook): Set as a variable with add-hook.

lisp/gnus/spam.el

index 85534f3828c4d45d80d0f94bb7ccbfc8d793ae6b..2b5f7be936b658544bf85d685347ad7aa519d274 100644 (file)
@@ -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