changeset 87227:8bb336490b3c

(gnus-message): Autoload.
author Glenn Morris <rgm@gnu.org>
date Tue, 11 Dec 2007 05:20:46 +0000
parents 8088d508b758
children 9b1073650b18
files lisp/gnus/spam-stat.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/spam-stat.el	Tue Dec 11 05:20:26 2007 +0000
+++ b/lisp/gnus/spam-stat.el	Tue Dec 11 05:20:46 2007 +0000
@@ -377,6 +377,8 @@
    (spam-stat-buffer-words))
   (setq spam-stat-dirty t))
 
+(autoload 'gnus-message "gnus-util")
+
 (defun spam-stat-buffer-change-to-spam ()
   "Consider current buffer no longer normal mail but spam."
   (setq spam-stat-nbad (1+ spam-stat-nbad)