]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/spam-stat.el
Merge from emacs-23
[gnu-emacs] / lisp / gnus / spam-stat.el
index afa0d502bc5e4ee2f6169cd230c0710409d9544e..eeb112f29b1d292fdace3a7d32c82e8b301a4938 100644 (file)
@@ -557,6 +557,8 @@ check the variable `spam-stat-score-data'."
     (when (re-search-forward "^Xref:.*\n" nil t)
       (delete-region (match-beginning 0) (match-end 0)))))
 
+(autoload 'time-to-number-of-days "time-date")
+
 (defun spam-stat-process-directory (dir func)
   "Process all the regular files in directory DIR using function FUNC."
   (let* ((files (directory-files dir t "^[^.]"))
@@ -671,5 +673,4 @@ COUNT defaults to 5"
 
 (provide 'spam-stat)
 
-;; arch-tag: ff1d2200-8ddb-42fb-bb7b-1b5e20448554
 ;;; spam-stat.el ends here