]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-message): Autoload.
authorGlenn Morris <rgm@gnu.org>
Tue, 11 Dec 2007 05:20:46 +0000 (05:20 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 11 Dec 2007 05:20:46 +0000 (05:20 +0000)
lisp/gnus/spam-stat.el

index 5b57f376cf897482c43f3d3e7f423c5a097834a8..bba1c2a70e832a99e396ce9ef177ff5c7f215e99 100644 (file)
@@ -377,6 +377,8 @@ Use `spam-stat-ngood', `spam-stat-nbad', `spam-stat-good',
    (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)