From e02810509e1ef480e17f519642226c201fb068e4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Oct 2004 07:07:14 +0000 Subject: [PATCH] (spam-stat-unload-hook): Set as a variable w/ add-hook. --- lisp/gnus/spam-stat.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/gnus/spam-stat.el b/lisp/gnus/spam-stat.el index 9e20a51b127..f197d165cdd 100644 --- a/lisp/gnus/spam-stat.el +++ b/lisp/gnus/spam-stat.el @@ -594,6 +594,8 @@ COUNT defaults to 5" (remove-hook 'gnus-select-article-hook 'spam-stat-store-gnus-article-buffer)) +(add-hook 'spam-stat-unload-hook 'spam-stat-unload-hook) + (provide 'spam-stat) ;;; arch-tag: ff1d2200-8ddb-42fb-bb7b-1b5e20448554 -- 2.39.5