X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fspam-stat.el;h=ec8b9f3ca7d280e83ddef1f3289612c9f0222e8b;hb=f47436b1311c86cdbf072f6212f3153ef2a35a43;hp=9165e4193dea4501673b754c40449dc831534d1a;hpb=d6d90fbbda04a990e100832c709d6c746d872aa3;p=gnus diff --git a/lisp/spam-stat.el b/lisp/spam-stat.el index 9165e4193..ec8b9f3ca 100644 --- a/lisp/spam-stat.el +++ b/lisp/spam-stat.el @@ -1,6 +1,6 @@ ;;; spam-stat.el --- detecting spam based on statistics -;; Copyright (C) 2002-2012 Free Software Foundation, Inc. +;; Copyright (C) 2002-2014 Free Software Foundation, Inc. ;; Author: Alex Schroeder ;; Keywords: network @@ -412,8 +412,7 @@ With a prefix argument save unconditionally." (when (or force spam-stat-dirty) (let ((coding-system-for-write spam-stat-coding-system)) (with-temp-file spam-stat-file - (let ((standard-output (current-buffer)) - (font-lock-maximum-size 0)) + (let ((standard-output (current-buffer))) (insert (format ";-*- coding: %s; -*-\n" spam-stat-coding-system)) (insert (format "(setq spam-stat-ngood %d spam-stat-nbad %d spam-stat (spam-stat-to-hash-table '(" spam-stat-ngood spam-stat-nbad))