changeset 57549:8479451930d1

Delete duplicate `provide'. (spam-unload-hook): Set as a variable with add-hook.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Oct 2004 07:06:16 +0000
parents 74ab35181199
children a19498f00f9a
files lisp/gnus/spam.el
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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